Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (TreeNode, TaskTypeEnum, TreeProvider)
Creates the synchronization task for the specified document node, creates the tasks for all the enabled servers when task logging is on.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public static void LogDocumentChange(
	TreeNode node,
	TaskTypeEnum taskType,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
See Also