Click or drag to resize
PersonalDataEraserRegisterAdd Method
Adds personal data eraser to the register.

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

Parameters

personalDataEraser
Type: CMS.DataProtectionIPersonalDataEraser
Instance of IPersonalDataEraser responsible for erasing personal data.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when personalDataEraser is null.
See Also