Click or drag to resize
FormComponentsMetadata Class
Metadata describing Form builder components for the client.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentsMetadata

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class FormComponentsMetadata

The FormComponentsMetadata type exposes the following members.

Constructors
  NameDescription
Public methodFormComponentsMetadata
Initializes a new instance of the FormComponentsMetadata class.
Top
Properties
  NameDescription
Public propertyFormComponents
List of form components metadata.
Public propertySections
Returns sections metadata used in form builder.
Top
See Also