Click or drag to resize
IdentityCollectorRegister Class
Contains identity collectors.
Inheritance Hierarchy
SystemObject
  CMS.DataProtectionIdentityCollectorRegister

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

The IdentityCollectorRegister type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of registered IIdentityCollectors in the register.
Public propertyStatic memberInstance
Gets the IdentityCollectorRegister instance.
Top
Methods
  NameDescription
Public methodAdd
Adds identity collector to the register.
Public methodCollectIdentities
Collects all the data subject's identities by invoking registered collectors and passing them the dataSubjectIdentifiersFilter.
Top
See Also