Click or drag to resize
IPersonalDataEraser Interface
Defines contract for erasing personal data of a data subject.

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

The IPersonalDataEraser type exposes the following members.

Methods
  NameDescription
Public methodErase
Erases personal data of data subject's identities filtered by configuration.
Top
See Also