Class EditTemplateClientProperties
Represents edit page metadata.
public class EditTemplateClientProperties : TemplateClientProperties
- Inheritance
-
objectEditTemplateClientProperties
- 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>
BackLink
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
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; }