Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (TreeNode, TaskTypeEnum, Boolean, Boolean, 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,
	bool logStaging,
	bool logIntegration,
	TreeProvider tree,
	int serverId,
	TaskParameters taskParams,
	bool runAsync
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
logStaging
Type: SystemBoolean
Indicates if the staging task should be logged
logIntegration
Type: SystemBoolean
Indicates if the integration task should be logged
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
List of synchronization tasks
See Also