Click or drag to resize
PersonalDataCollectorRegisterAdd Method
Adds personal data collector to the register.

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

Parameters

personalDataCollector
Type: CMS.DataProtectionIPersonalDataCollector
Instance of IPersonalDataCollector responsible for collecting personal data.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when personalDataCollector is null.
See Also