Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (String, String, TaskTypeEnum, TreeProvider)
Creates the synchronization tasks for the specified document tree.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public static IEnumerable<ISynchronizationTask> LogDocumentChange(
	string siteName,
	string aliasPath,
	TaskTypeEnum taskType,
	TreeProvider tree
)

Parameters

siteName
Type: SystemString
Documents site name
aliasPath
Type: SystemString
Starting alias path
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: IEnumerableISynchronizationTask
Returns list of the ISynchronizationTasks created
See Also