Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (TreeNode, TaskTypeEnum, TreeProvider, Int32, TaskParameters, Boolean)
Creates the synchronization task for the specified document node and specified server with extra task parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static List<ISynchronizationTask> LogDocumentChange(
	TreeNode node,
	TaskTypeEnum taskType,
	TreeProvider tree,
	int serverId,
	TaskParameters taskParams,
	bool runAsync
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
serverId
Type: SystemInt32
Server ID to use for synchronization
taskParams
Type: CMS.SynchronizationTaskParameters
Extra task parameters to use
runAsync
Type: SystemBoolean
Indicates if the logging should run asynchronously

Return Value

Type: ListISynchronizationTask
Returns new synchronization task
See Also