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

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

The ImportSettingsControlsRegister 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 importing objects of specified type using the UI wizard.
Public methodStatic memberRegisterSiteSettingsControl
Registers settings control for given site objectType. The control is loaded when importing 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