IIdentityCollectorCollect Method |
Collects all the identities satisfying given dataSubjectIdentifiersFilter and appends them to the list of identities.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax 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