Click or drag to resize
FormComponentMetadata Class
Metadata describing a form component for the client.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentMetadata

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 FormComponentMetadata

The FormComponentMetadata type exposes the following members.

Constructors
  NameDescription
Public methodFormComponentMetadata
Top
Properties
  NameDescription
Public propertyDefaultPropertiesUrl
URL of an endpoint for retrieving default properties of a form component.
Public propertyDescription
Form component description.
Public propertyIconClass
Form component icon CSS class.
Public propertyIdentifier
Form component identifier.
Public propertyMarkupUrl
URL of an endpoint for retrieving markup of a rendered form component.
Public propertyName
Form component name.
Public propertyValueType
Type of the resulting component value, used to find appropriate validation rules.
Top
See Also