SectionDefinition Constructor |
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public SectionDefinition(
string identifier,
Type sectionType,
string name
)
Parameters
- identifier
- Type: SystemString
Unique identifier of the section definition. - sectionType
- Type: SystemType
Type of the registered section controller. - name
- Type: SystemString
Name of the registered section.
See Also