Click or drag to resize
SyncManager.UpdateDocument Method
Updates the document.

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

Parameters

documentDS
Type: System.Data.DataSet
Document data
safeClassName
Type: System.String
Class name of document in safe format
processChildren
Type: System.Boolean
Indicates if also child objects should be processed
See Also