Creates the synchronization tasks for the specified document tree.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Documents site name
- aliasPath
- Type: System String
Starting alias path
- taskType
- Type: CMS.DataEngine TaskTypeEnum
Task type
- tree
- Type: CMS.DocumentEngine TreeProvider
Tree provider
- serverId
- Type: System Int32
Server ID
- keepTaskData
- Type: System Boolean
Indicates if task data should be kept in the objects
- runAsync
- Type: System Boolean
Indicates if the logging should run asynchronously
Return Value
Type: IEnumerable ISynchronizationTaskReturns list of the ISynchronizationTasks created
See Also