Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method (LogDocumentChangeSettings)
Creates the synchronization task for the specified document node and specified server with extra task parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static List<ISynchronizationTask> LogDocumentChange(
	LogDocumentChangeSettings settings
)

Parameters

settings
Type: CMS.DocumentEngineLogDocumentChangeSettings
Log document change settings

Return Value

Type: ListISynchronizationTask
List of synchronization tasks
See Also