Table of Contents

Class ConfirmationConfiguration

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents confirmation dialog configuration.

public sealed class ConfirmationConfiguration
Inheritance
object
ConfirmationConfiguration
Extension Methods

Properties

Button

Gets or sets text of the confirmation dialog button.

public string Button { get; set; }

Property Value

string

ChangeCommandName

Name of the Change command.

public string ChangeCommandName { get; set; }

Property Value

string

Content

Gets or sets content of the confirmation dialog.

public ComponentContent Content { get; set; }

Property Value

ComponentContent

DependentFieldNames

List of fields that if any of them were modified will result in showing the confirmation dialog.

public string[] DependentFieldNames { get; set; }

Property Value

string[]

Remarks

If list is empty, dialog will be shown allways even if no record was modified.

Destructive

Indicates if the dialog is destructive.

public bool Destructive { get; set; }

Property Value

bool

Detail

Gets or sets the confirmation text for the action.

public string Detail { get; set; }

Property Value

string

FormContext

Form context.

public IFormContext FormContext { get; set; }

Property Value

IFormContext

FormModel

Gets or sets the model of the confirmation dialog form.

public Type FormModel { get; set; }

Property Value

Type

FormName

Represents a customized form name.

public string FormName { get; set; }

Property Value

string

Title

Gets or sets the confirmation title for the action.

public string Title { get; set; }

Property Value

string