Click or drag to resize
PersonalDataEraserRegister Class
Contains personal data erasers.
Inheritance Hierarchy
SystemObject
  CMS.DataProtectionPersonalDataEraserRegister

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

The PersonalDataEraserRegister type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of registered IPersonalDataErasers in the register.
Public propertyStatic memberInstance
Gets the PersonalDataEraserRegister instance.
Top
Methods
  NameDescription
Public methodAdd
Adds personal data eraser to the register.
Public methodEraseData
Erases all personal data of data subject's identities filtered by configuration by invoking registered erasers.
Top
See Also