ImportProviderLoadObjects Method |
Loads the objects from the import package.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static DataSet LoadObjects(
SiteImportSettings settings,
string objectType,
bool siteObjects,
bool selectionOnly = false,
bool forceXMLStructure = false
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteImportSettings
Import settings - objectType
- Type: SystemString
Object type - siteObjects
- Type: SystemBoolean
Site objects - selectionOnly (Optional)
- Type: SystemBoolean
If true, the objects are loaded only for the selection reasons - forceXMLStructure (Optional)
- Type: SystemBoolean
If true, data set structure is loaded from xml even if there is object representation.
Return Value
Type:
DataSetSee Also