Click or drag to resize
DataProtectionControlsRegisterGetErasureConfigurationControl Method
Gets virtual path of control registered for configuring the personal data erasure process. The control inherits the ErasureConfigurationControl class.

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

Return Value

Type: String
Virtual path of the control.
Remarks
The system default value is the path ~/CMSModules/DataProtection/Controls/DefaultErasureConfiguration.ascx.
See Also