Click or drag to resize
SyncManagerUpdateObjects Method
Updates the object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual ICMSObject UpdateObjects(
	BaseInfo infoObj,
	DataSet ds,
	TranslationHelper th,
	bool updateChildren,
	DataSet binaryData,
	bool addToSite,
	bool logTasks
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object type definition to process
ds
Type: System.DataDataSet
DataSet with the object data
th
Type: CMS.DataEngineTranslationHelper
Translation table
updateChildren
Type: SystemBoolean
Indicates if child objects should be updated
binaryData
Type: System.DataDataSet
DataSet with binary data
addToSite
Type: SystemBoolean
If true, assigns the objects to the site
logTasks
Type: SystemBoolean
Indicates if synchronization tasks should be logged

Return Value

Type: ICMSObject
Returns last processed object
See Also