Click or drag to resize
DefaultSelectionParameters Class
Parameters for loading default selection to import/export settings.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportDefaultSelectionParameters

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public sealed class DefaultSelectionParameters

The DefaultSelectionParameters type exposes the following members.

Constructors
  NameDescription
Public methodDefaultSelectionParameters
Top
Properties
  NameDescription
Public propertyClearProgressLog
If true, progress log is cleared before loading. Default value is false.
Public propertyExportType
Type of the export. Default value is ExportTypeEnum.None.
Public propertyFilterCurrentWhereCondition
Filter current where condition.
Public propertyImportType
Type of the import. Default value is ImportTypeEnum.None.
Public propertyLoadObjects
If true, the objects are loaded. Default value is true.
Public propertyLoadTasks
If true, the tasks are loaded. Default value is true.
Public propertyObjectType
Type of the object to load.
Public propertySiteObjects
Indicates if the object is site dependent. Default value is true.
Top
See Also