Updates the object. Returns true if the object was updated.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- settings
- Type: CMS.CMSImportExport SiteImportSettings
Import settings
- infoObj
- Type: CMS.DataEngine GeneralizedInfo
Object to update
- siteObject
- Type: System Boolean
Site object
- data
- Type: System.Data DataSet
DataSet with the object data
- th
- Type: CMS.DataEngine TranslationHelper
Translation table
- updateChildren
- Type: System Boolean
Update child objects?
- process
- Type: CMS.CMSImportExport ProcessObjectEnum
Process type
- importedParentIds
- Type: System.Collections.Generic List Int32
Table of imported parent object IDs. When set, only objects with parent from the table are imported
- postProcessList
- Type: System.Collections.Generic List GeneralizedInfo
List of objects which should be processed after finishing of main objects
- importedObjects
- Type: System.Collections.Generic List ImportedObject
Imported objects for further process
- parentObject
- Type: CMS.DataEngine GeneralizedInfo
Parent object of object to update
- postProcessing
- Type: System Boolean
Indicates if run in post processing
Return Value
Type: UpdateResultEnumSee Also