SyncManagerUpdateObjectTInfo Method (TInfo, DataSet, TranslationHelper, Boolean, DataSet, Boolean, ListGeneralizedInfo) |
Updates the object.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax protected virtual UpdateResultEnum UpdateObject<TInfo>(
ref TInfo infoObj,
DataSet ds,
TranslationHelper th,
bool updateChildren,
DataSet binaryData,
bool addToSite,
List<GeneralizedInfo> postProcessList
)
where TInfo : BaseInfo
Parameters
- infoObj
- Type: TInfo
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
Type Parameters
- TInfo
Return Value
Type:
UpdateResultEnumSee Also