Click or drag to resize
SectionDefinitionProvider Class
Retrieves list of registered section definitions for Form Builder.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcSectionDefinitionProvider

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 SectionDefinitionProvider : ISectionDefinitionProvider, 
	IFormBuilderDefinitionProvider<SectionDefinition>

The SectionDefinitionProvider type exposes the following members.

Constructors
  NameDescription
Public methodSectionDefinitionProvider
Top
Methods
  NameDescription
Public methodGet
Gets a section definition by its Identifier.
Public methodGetAll
Gets an enumeration of all registered section definitions.
Top
See Also