| DataProtectionControlsRegister Class |
Namespace: CMS.UIControls
public class DataProtectionControlsRegister
The DataProtectionControlsRegister type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDataSubjectIdentifiersFilterControl |
Gets virtual path of control registered for specifying the data subject identifiers. The control inherits the DataSubjectIdentifiersFilterControl class.
| |
| GetErasureConfigurationControl |
Gets virtual path of control registered for configuring the personal data erasure process. The control inherits the ErasureConfigurationControl class.
| |
| RegisterDataSubjectIdentifiersFilterControl |
Registers control identified by its controlVirtualPath as a control to be used when specifying the data subject identifiers.
The control must inherit the DataSubjectIdentifiersFilterControl class.
| |
| RegisterErasureConfigurationControl |
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.
|