Click or drag to resize
SiteExportSettingsLoadDefaultSelection Method (String, Boolean, ExportTypeEnum)
Loads the default selection to the export settings tables.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
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