Click or drag to resize
IPersonalDataCollector Interface
Defines contract for collecting personal data of a data subject.

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

The IPersonalDataCollector type exposes the following members.

Methods
  NameDescription
Public methodCollect
Collects personal data based on given identities.
Top
See Also