ImportProviderGetObjectsData Method |
Gets the objects data table.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
DataTableSee Also