Table of Contents

Class EditTemplateClientProperties

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

Represents edit page metadata.

public class EditTemplateClientProperties : TemplateClientProperties
Inheritance
object
EditTemplateClientProperties
Inherited Members
Extension Methods

Constructors

EditTemplateClientProperties()

Initializes a new instance of the EditTemplateClientProperties class.

public EditTemplateClientProperties()

Properties

AdditionalActions

Additional action of the template.

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

DiscardChangesDialog

Configuration of the discard changes dialog.

public DiscardConfiguration DiscardChangesDialog { 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

Items

Form items representing edited form fields.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

SubmitButton

Submit button properties.

public SubmitButton SubmitButton { get; init; }

Property Value

SubmitButton