Click or drag to resize
ExportSettingsControlsRegisterRegisterSettingsControl Method
Registers settings control for given objectType. The control is loaded when exporting objects of specified type using the UI wizard.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void RegisterSettingsControl(
	string objectType,
	string controlVirtualPath
)

Parameters

objectType
Type: SystemString
Object type for which the control is designed.
controlVirtualPath
Type: SystemString
Virtual path of the control.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when any of the parameters is null or empty string.
See Also