Click or drag to resize
SectionMetadata Class
Metadata of a section definition.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcSectionMetadata

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 SectionMetadata

The SectionMetadata type exposes the following members.

Constructors
  NameDescription
Public methodSectionMetadata
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_SECTION_TYPE_IDENTIFIER
Type identifier for the default Form builder's section.
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered section.
Public propertyIconClass
Icon CSS class of the registered section.
Public propertyMarkupUrl
URL of the section definition to retrieve the markup.
Public propertyName
Name of the registered section.
Public propertyTypeIdentifier
Type section identifier.
Top
See Also