Click or drag to resize
WebDAVHelperLogSynchronization Method
Creates the synchronization task if document doesn't use workflow.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static void LogSynchronization(
	TreeNode node,
	TaskTypeEnum taskType,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use

Return Value

Type: 
Returns new synchronization task
See Also