Click or drag to resize
IIdentityCollectorCollect Method
Collects all the identities satisfying given dataSubjectIdentifiersFilter and appends them to the list of identities.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
void Collect(
	IDictionary<string, Object> dataSubjectIdentifiersFilter,
	List<BaseInfo> identities
)

Parameters

dataSubjectIdentifiersFilter
Type: System.Collections.GenericIDictionaryString, Object
Key value collection containing data subject's information that identifies it.
identities
Type: System.Collections.GenericListBaseInfo
List of already collected identities.
Remarks
Contents of the identities list may be modified in any way. Duplicate entries do not need to be appended to the identitieslist.
See Also