Click or drag to resize
SiteExportSettingsLoadDefaultSelection Method (String, Boolean, ExportTypeEnum, Boolean, Boolean)

Note: This API is now obsolete.

Loads the default selection to the export settings tables.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use overloaded method: LoadDefaultSelector(DefaultSelectionParameters)")]
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