Click or drag to resize
ImportProviderLoadObjects Method
Loads the objects from the import package.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
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: DataSet
See Also