Table of Contents

Class DataErasureCommandArguments

Namespace
Kentico.Xperience.Admin.DigitalMarketing
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Represents arguments of the personal data erasure command.

public class DataErasureCommandArguments
Inheritance
object
DataErasureCommandArguments
Extension Methods

Properties

DataSubjectIdentifiersFilter

Data subject filter to use for the personal data collection.

public Dictionary<string, JsonElement> DataSubjectIdentifiersFilter { get; set; }

Property Value

Dictionary<string, JsonElement>

FormData

Dictionary containing the data erasure form data.

public Dictionary<string, JsonElement> FormData { get; set; }

Property Value

Dictionary<string, JsonElement>

See Also