Click or drag to resize
ExportSettingsControlsRegisterRegisterSiteSettingsControl Method
Registers settings control for given site objectType. The control is loaded when exporting site 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 RegisterSiteSettingsControl(
	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