Creates the synchronization task for the specified document node and specified server with extra task parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node
- taskType
- Type: CMS.DataEngine TaskTypeEnum
Task type
- logStaging
- Type: System Boolean
Indicates if the staging task should be logged
- logIntegration
- Type: System Boolean
Indicates if the integration task should be logged
- tree
- Type: CMS.DocumentEngine TreeProvider
Tree provider
- serverId
- Type: System Int32
Server ID to use for synchronization
- taskParams
- Type: CMS.Synchronization TaskParameters
Extra task parameters to use
- runAsync
- Type: System Boolean
Indicates if the logging should run asynchronously
Return Value
Type: List ISynchronizationTaskList of synchronization tasks
See Also