Click or drag to resize
IdentityCollectorRegisterCollectIdentities Method
Collects all the data subject's identities by invoking registered collectors and passing them the dataSubjectIdentifiersFilter.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public IEnumerable<BaseInfo> CollectIdentities(
	IDictionary<string, Object> dataSubjectIdentifiersFilter
)

Parameters

dataSubjectIdentifiersFilter
Type: System.Collections.GenericIDictionaryString, Object
Key value collection containing data subject's information that identifies it.

Return Value

Type: IEnumerableBaseInfo
Collection of data subject's identities.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when dataSubjectIdentifiersFilter is null.
LicenseExceptionThrown if insufficient license found.
See Also