Click or drag to resize
DocumentSynchronizationHelper.LogDocumentChange 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: 8.2.23
Syntax
C#
public static void LogDocumentChange(
	TreeNode node,
	TaskTypeEnum taskType,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document node
taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type
tree
Type: CMS.DocumentEngine.TreeProvider
Tree provider
See Also