Click or drag to resize
ExportSettingsControlsRegister Class
Registers settings controls for export process. The settings controls allow for extending the export UI for particular object types.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportExportSettingsControlsRegister

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static class ExportSettingsControlsRegister

The ExportSettingsControlsRegister type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSettingsControl
Gets settings control registered for objectType.
Public methodStatic memberGetSiteSettingsControl
Gets settings control registered for site objectType.
Public methodStatic memberRegisterSettingsControl
Registers settings control for given objectType. The control is loaded when exporting objects of specified type using the UI wizard.
Public methodStatic memberRegisterSiteSettingsControl
Registers settings control for given site objectType. The control is loaded when exporting site objects of specified type using the UI wizard.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also