Click or drag to resize
SyncManager.UpdateObject Method (GeneralizedInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, List<GeneralizedInfo>)
Updates the object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
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.DataEngine.GeneralizedInfo
Object to update
ds
Type: System.Data.DataSet
DataSet with the object data
th
Type: CMS.DataEngine.TranslationHelper
Translation table
updateChildren
Type: System.Boolean
Indicates if child objects should be updated
binaryData
Type: System.Data.DataSet
DataSet with binary data
addToSite
Type: System.Boolean
If true, assigns the object to the site
postProcessList
Type: System.Collections.Generic.List<GeneralizedInfo>
List of objects which should be processed after finishing of main objects

Return Value

Type: UpdateResultEnum
See Also