All Tags »
archive API (RSS)
Sorry, but there are no more tags available to filter with.
-
The archiving functionality is available in the Workspace but that is a manual that can automated using the API.
Here is a sample c# console application code that does that :
using System;using System.Collections.Generic;using System.Text;using System.IO;using SourceCode.Workflow.Management;
namespace archiving{ ...