Click or drag to resize
DataProtectionControlsRegister Class
Registers controls for personal data collection and erasure.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsDataProtectionControlsRegister

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

The DataProtectionControlsRegister type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Gets the DataProtectionControlsRegister instance.
Top
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
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also