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

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
)

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