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

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual UpdateResultEnum UpdateObject(
	ref GeneralizedInfo infoObj,
	DataSet ds,
	TranslationHelper th,
	bool updateChildren,
	DataSet binaryData,
	bool addToSite,
	List<GeneralizedInfo> postProcessList
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to update
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 object to the site
postProcessList
Type: System.Collections.GenericListGeneralizedInfo
List of objects which should be processed after finishing of main objects

Return Value

Type: UpdateResultEnum
See Also