Click or drag to resize
EditableAreaConfiguration Class
Represents configuration of editable area within the TreeNode instance.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcEditableAreaConfiguration

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 EditableAreaConfiguration

The EditableAreaConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodEditableAreaConfiguration
Creates an instance of EditableAreasConfiguration class.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the editable area.
Public propertySections
Sections within editable area.
Top
See Also