Table of Contents

Class FormComponentsMetadata

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Metadata describing Form builder components for the client.

public sealed class FormComponentsMetadata
Inheritance
object
FormComponentsMetadata
Extension Methods

Constructors

FormComponentsMetadata()

Initializes a new instance of the FormComponentsMetadata class.

public FormComponentsMetadata()

Properties

FormComponents

List of form components metadata.

[JsonProperty("formComponents", TypeNameHandling = TypeNameHandling.None)]
public IList<FormComponentMetadata> FormComponents { get; }

Property Value

IList<FormComponentMetadata>

Sections

Returns sections metadata used in form builder.

[JsonProperty("sections", TypeNameHandling = TypeNameHandling.None)]
public IList<SectionMetadata> Sections { get; }

Property Value

IList<SectionMetadata>