SyncManagerUpdateObject Method (DataSet, DataSet, String, TranslationHelper, Boolean, Boolean, Boolean) |
Updates the object.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected virtual ICMSObject UpdateObject(
DataSet objectDS,
DataSet binaryData,
string taskObjectType,
TranslationHelper th,
bool updateChildren,
bool addToSite,
bool logTasks = true
)
Parameters
- objectDS
- Type: System.DataDataSet
Object data - binaryData
- Type: System.DataDataSet
Binary data - taskObjectType
- Type: SystemString
Task object type - th
- Type: CMS.DataEngineTranslationHelper
Translation helper - updateChildren
- Type: SystemBoolean
Indicates if child objects should be updated - addToSite
- Type: SystemBoolean
If true, assigns the object to the site - logTasks (Optional)
- Type: SystemBoolean
Indicates if synchronization tasks should be logged
Return Value
Type:
ICMSObjectSee Also