| PersonalDataEraserRegisterEraseData Method |
Erases all personal data of data subject's identities filtered by configuration by invoking registered erasers.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntaxpublic void EraseData(
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.
Exceptions
See Also