Click or drag to resize
SyncManagerUpdateDocument Method
Updates the document.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void UpdateDocument(
	DataSet documentDS,
	string safeClassName,
	bool processChildren
)

Parameters

documentDS
Type: System.DataDataSet
Document data
safeClassName
Type: SystemString
Class name of document in safe format
processChildren
Type: SystemBoolean
Indicates if also child objects should be processed
See Also