Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (LogMultipleDocumentChangeSettings)
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 ICollection<ISynchronizationTask> LogDocumentChange(
	LogMultipleDocumentChangeSettings settings
)

Parameters

settings
Type: CMS.DocumentEngineLogMultipleDocumentChangeSettings
Log multiple document change settings

Return Value

Type: ICollectionISynchronizationTask
Returns collection of the tasks created
See Also