Click or drag to resize
IdentityCollectorRegisterAdd Method
Adds identity collector to the register.

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

Parameters

identitiesCollector
Type: CMS.DataProtectionIIdentityCollector
Instance of IIdentityCollector responsible for collecting data subject's identities.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when identitiesCollector is null.
See Also