Table of Contents

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
object
PersonalDataManagementPageConfiguration
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

IDataErasureDialogModel

InfoCallout

Configuration for information callout.

public CalloutConfiguration InfoCallout { get; set; }

Property Value

CalloutConfiguration

WarningCallout

Configuration for warning callout.

public CalloutConfiguration WarningCallout { get; set; }

Property Value

CalloutConfiguration