SiteExportSettingsLoadDefaultSelection Method (String, Boolean, ExportTypeEnum) |
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,
ExportTypeEnum exportType
)
Parameters
- objectType
- Type: SystemString
Object type - siteObjects
- Type: SystemBoolean
Indicates if the object set are site dependent objects - exportType
- Type: CMS.CMSImportExportExportTypeEnum
Type of the export
See Also