SiteImportSettingsLoadDefaultSelection Method (String, Boolean, ImportTypeEnum) |
Loads the default selection to the export settings tables.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax public void LoadDefaultSelection(
string objectType,
bool siteObjects,
ImportTypeEnum importType
)
Parameters
- objectType
- Type: SystemString
Type of the object - siteObjects
- Type: SystemBoolean
Indicates if the object is site dependent - importType
- Type: CMS.CMSImportExportImportTypeEnum
Type of the import
See Also