SiteExportSettingsLoadDefaultSelection Method (String, Boolean, ExportTypeEnum, Boolean, Boolean) |
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,
bool loadObjects,
bool loadTasks
)
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 - loadObjects
- Type: SystemBoolean
If true, the objects are loaded - loadTasks
- Type: SystemBoolean
If true, the tasks are loaded
See Also