Click or drag to resize
PersonalDataCollectorRegister Class
Contains personal data collectors.
Inheritance Hierarchy
SystemObject
  CMS.DataProtectionPersonalDataCollectorRegister

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

The PersonalDataCollectorRegister type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of registered IPersonalDataCollectors in the register.
Public propertyStatic memberInstance
Gets the PersonalDataCollectorRegister instance.
Top
Methods
  NameDescription
Public methodAdd
Adds personal data collector to the register.
Public methodCollectData
Collects all the personal data by invoking registered collectors and passing them the identities.
Top
See Also