Click or drag to resize
SectionConfiguration Class
Represents the section configuration within an EditableAreaConfiguration instance.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcSectionConfiguration

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 SectionConfiguration

The SectionConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSectionConfiguration
Initializes a new instance of the SectionConfiguration class.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the section used on the client.
Public propertyTypeIdentifier
Identifier of the section definition.
Public propertyZones
Zones within the section.
Top
See Also