Table of Contents

Class EditConfiguration

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

Represents edit page metadata.

public class EditConfiguration
Inheritance
object
EditConfiguration
Extension Methods

Constructors

EditConfiguration()

Initializes a new instance of the EditConfiguration class.

public EditConfiguration()

Properties

AdditionalActions

Additional action components of this page.

public ICollection<IEditTemplateActionComponent> AdditionalActions { get; set; }

Property Value

ICollection<IEditTemplateActionComponent>

Link to navigate back from the edit page.

public string BackLink { get; set; }

Property Value

string

Callouts

Callouts on this page.

public ICollection<CalloutConfiguration> Callouts { get; set; }

Property Value

ICollection<CalloutConfiguration>

Disabled

Indicates whether submission of the form is disabled.

public bool Disabled { get; set; }

Property Value

bool

DiscardConfiguration

Configuration of the discard changes dialog.

public DiscardConfiguration DiscardConfiguration { get; init; }

Property Value

DiscardConfiguration

ErrorMessage

Error message to be displayed instead of the editing form.

public string ErrorMessage { get; set; }

Property Value

string

Headline

Page headline.

public string Headline { get; set; }

Property Value

string

SubmitConfiguration

Configuration of the submit button.

public SubmitConfiguration SubmitConfiguration { get; init; }

Property Value

SubmitConfiguration

UIFormName

UI form name for which components are displayed.

public string UIFormName { get; set; }

Property Value

string