ImportProvider LoadObjects Method Kentico 8.0 API Reference
Loads the objects from the import package.

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
objectType
Type: OnlineSystem String
Object type
siteObjects
Type: OnlineSystem Boolean
Site objects
selectionOnly (Optional)
Type: OnlineSystem Boolean
If true, the objects are loaded only for the selection reasons
forceXMLStructure (Optional)
Type: OnlineSystem Boolean
If true, data set structure is loaded from xml even if there is object representation.

Return Value

Type: OnlineDataSet
See Also