Click or drag to resize
DataProtectionControlsRegisterRegisterErasureConfigurationControl Method
Registers control identified by its controlVirtualPath as a control to be used when configuring the personal data erasure process. The control must inherit the ErasureConfigurationControl class.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public void RegisterErasureConfigurationControl(
	string controlVirtualPath
)

Parameters

controlVirtualPath
Type: SystemString
Virtual path of the control.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when controlVirtualPath is null.
See Also