Click or drag to resize
ImportProviderGetObjectsData Method
Gets the objects data table.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static DataTable GetObjectsData(
	SiteImportSettings settings,
	string objectType,
	bool siteObjects
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
objectType
Type: SystemString
Object type
siteObjects
Type: SystemBoolean
Site objects

Return Value

Type: DataTable
See Also