Click or drag to resize
SectionDefinitionProviderGet Method
Gets a section definition by its Identifier.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public SectionDefinition Get(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier of the section definition to retrieve.

Return Value

Type: SectionDefinition
Returns section definition with given identifier, or null when not found.

Implements

IFormBuilderDefinitionProviderTDefinitionGet(String)
See Also