Click or drag to resize
SiteImportSettings.LoadDefaultSelection Method (String, Boolean, ImportTypeEnum, Boolean, Boolean)
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,
	bool loadObjects,
	bool loadTasks
)

Parameters

objectType
Type: System.String
Type of the object
siteObjects
Type: System.Boolean
Indicates if the object is site dependent
importType
Type: CMS.CMSImportExport.ImportTypeEnum
Type of the import
loadObjects
Type: System.Boolean
If true, the objects are loaded
loadTasks
Type: System.Boolean
If true, the tasks are loaded
See Also