Click or drag to resize
DataProtectionControlsRegister Methods

The DataProtectionControlsRegister type exposes the following members.

Methods
  NameDescription
Public methodGetDataSubjectIdentifiersFilterControl
Gets virtual path of control registered for specifying the data subject identifiers. The control inherits the DataSubjectIdentifiersFilterControl class.
Public methodGetErasureConfigurationControl
Gets virtual path of control registered for configuring the personal data erasure process. The control inherits the ErasureConfigurationControl class.
Public methodRegisterDataSubjectIdentifiersFilterControl
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.
Public methodRegisterErasureConfigurationControl
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.
Top
See Also