SyncManager UpdateObject Method (GeneralizedInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, List GeneralizedInfo )Kentico 8.0 API Reference
Updates the object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

infoObj
Type: CMS.DataEngine GeneralizedInfo
Object to update
ds
Type: OnlineSystem.Data DataSet
DataSet with the object data
th
Type: CMS.DataEngine TranslationHelper
Translation table
updateChildren
Type: OnlineSystem Boolean
Indicates if child objects should be updated
binaryData
Type: OnlineSystem.Data DataSet
DataSet with binary data
addToSite
Type: OnlineSystem Boolean
If true, assigns the object to the site
postProcessList
Type: OnlineSystem.Collections.Generic List GeneralizedInfo 
List of objects which should be processed after finishing of main objects

Return Value

Type: UpdateResultEnum
See Also