Click or drag to resize
SectionDefinitionProvider.GetAll Method
Gets an enumeration of all registered section definitions.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<SectionDefinition> GetAll()

Return Value

Type: IEnumerable<SectionDefinition>

Implements

IFormBuilderDefinitionProvider<TDefinition>.GetAll()
See Also