ImportProvider UpdateObject Method Kentico 8.0 API Reference
Updates the object. Returns true if the object was updated.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

settings
Type: CMS.CMSImportExport SiteImportSettings
Import settings
infoObj
Type: CMS.DataEngine GeneralizedInfo
Object to update
siteObject
Type: OnlineSystem Boolean
Site object
data
Type: OnlineSystem.Data DataSet
DataSet with the object data
th
Type: CMS.DataEngine TranslationHelper
Translation table
updateChildren
Type: OnlineSystem Boolean
Update child objects?
process
Type: CMS.CMSImportExport ProcessObjectEnum
Process type
importedParentIds
Type: OnlineSystem.Collections.Generic List OnlineInt32 
Table of imported parent object IDs. When set, only objects with parent from the table are imported
postProcessList
Type: OnlineSystem.Collections.Generic List GeneralizedInfo 
List of objects which should be processed after finishing of main objects
importedObjects
Type: OnlineSystem.Collections.Generic List ImportedObject 
Imported objects for further process
parentObject
Type: CMS.DataEngine GeneralizedInfo
Parent object of object to update
postProcessing
Type: OnlineSystem Boolean
Indicates if run in post processing

Return Value

Type: UpdateResultEnum
See Also