Click or drag to resize
SiteImportSettingsLoadDefaultSelection Method (String, Boolean, ImportTypeEnum)
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,
	ImportTypeEnum importType
)

Parameters

objectType
Type: SystemString
Type of the object
siteObjects
Type: SystemBoolean
Indicates if the object is site dependent
importType
Type: CMS.CMSImportExportImportTypeEnum
Type of the import
See Also