Click or drag to resize
IIdentityCollector Interface
Defines contract for collecting identities of a data subject.

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

The IIdentityCollector type exposes the following members.

Methods
  NameDescription
Public methodCollect
Collects all the identities satisfying given dataSubjectIdentifiersFilter and appends them to the list of identities.
Top
See Also