SyncManagerUpdateObjects Method |
Updates the object.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax 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:
ICMSObjectReturns last processed object
See Also