Click or drag to resize
IPersonalDataEraserErase Method
Erases personal data of data subject's identities filtered by configuration.

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

Parameters

identities
Type: System.Collections.GenericIEnumerableBaseInfo
Collection of identities representing a data subject.
configuration
Type: System.Collections.GenericIDictionaryString, Object
Defines which personal data will be erased.
See Also