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

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

Parameters

settings
Type: CMS.CMSImportExport.SiteImportSettings
Import settings
objectType
Type: System.String
Object type
siteObjects
Type: System.Boolean
Site objects

Return Value

Type: DataTable
See Also