Click or drag to resize
SectionDefinition Class
Definition of registered section for Form builder.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcComponentDefinitionBase
    Kentico.Forms.Web.MvcSectionDefinition

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class SectionDefinition : ComponentDefinitionBase, 
	IFormBuilderDefinition, IComponentDefinition

The SectionDefinition type exposes the following members.

Constructors
  NameDescription
Public methodSectionDefinition
Creates an instance of the SectionDefinition class.
Top
Properties
  NameDescription
Public propertyControllerName
Name of the registered section controller - this property is based on SectionType. Name property without "Controller" suffix.
Public propertyDefaultPropertiesActionName
Name of the default properties action.
Public propertyDescription
Description of the registered section.
Public propertyIconClass
Icon CSS class of the registered section.
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.)
Public propertyIsCustom
Indicates if custom view path is used.
Public propertyName
Name of the registered component.
(Inherited from ComponentDefinitionBase.)
Public propertyPropertiesFormMarkupControllerName
Name of the properties form markup controller.
Public propertyPropertiesType
Type of the registered section properties model.
Public propertyRouteName
Name of the route under which is the section available.
Public propertySectionType
Gets the type of the section.
Public propertyViewPath
View path of the section component.
Top
See Also