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

Namespace: Kentico.PageBuilder.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
Creates an instance of EditableAreasConfiguration class.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the section.
Public propertyProperties
Section properties.
Public propertyTypeIdentifier
Type section identifier.
Public propertyZones
Zones within the section.
Top
See Also