Class PersonalDataManagementPageConfiguration
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Represents configuration for personal data management page template.
public class PersonalDataManagementPageConfiguration
- Inheritance
-
objectPersonalDataManagementPageConfiguration
- Extension Methods
Properties
Caption
Caption of the page.
public string Caption { get; set; }
Property Value
- string
DataErasureDialogModel
Model for data erasure dialog.
public IDataErasureDialogModel DataErasureDialogModel { get; set; }
Property Value
InfoCallout
Configuration for information callout.
public CalloutConfiguration InfoCallout { get; set; }
Property Value
WarningCallout
Configuration for warning callout.
public CalloutConfiguration WarningCallout { get; set; }