Click or drag to resize
EditableAreaOptions Class
Options configuring the page builder editable area.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcEditableAreaOptions

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class EditableAreaOptions

The EditableAreaOptions type exposes the following members.

Constructors
  NameDescription
Public methodEditableAreaOptions
Top
Properties
  NameDescription
Public propertyAllowedSections
Identifiers of allowed sections in the area. All sections are allowed by default. Use NONE or EmptyTResult if no sections are allowed; or ALL if all sections are allowed.
Public propertyAllowedWidgets
Identifiers of allowed widgets in the area. All widgets are allowed by default. Use NONE or EmptyTResult if no widgets are allowed; or ALL if all widgets are allowed.
Public propertyDefaultSectionIdentifier
Identifier of a section to be used as an initial one for the area.
Top
See Also