IPersonalDataEraserErase Method |
Erases personal data of data subject's identities filtered by configuration.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax 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