Click or drag to resize
SiteExportSettings.LoadDefaultSelection 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: System.String
Object type
siteObjects
Type: System.Boolean
Indicates if the object set are site dependent objects
exportType
Type: CMS.CMSImportExport.ExportTypeEnum
Type of the export
See Also