Click or drag to resize
SyncManagerUpdateObject Method (DataSet, DataSet, String, TranslationHelper, Boolean, Boolean)
Updates the object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual ICMSObject UpdateObject(
	DataSet objectDS,
	DataSet binaryData,
	string taskObjectType,
	TranslationHelper th,
	bool updateChildren,
	bool addToSite
)

Parameters

objectDS
Type: System.DataDataSet
Object data
binaryData
Type: System.DataDataSet
Binary data
taskObjectType
Type: SystemString
Task object type
th
Type: CMS.DataEngineTranslationHelper
Translation helper
updateChildren
Type: SystemBoolean
Indicates if child objects should be updated
addToSite
Type: SystemBoolean
If true, assigns the object to the site

Return Value

Type: ICMSObject
See Also