Table of Contents

Class EditableAreasConfiguration

Namespace
Kentico.PageBuilder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents configuration of editable areas, sections, widget zones and widgets within the RoutedWebPage instance.

[DataContract(Namespace = "", Name = "Configuration")]
public sealed class EditableAreasConfiguration
Inheritance
object
EditableAreasConfiguration
Extension Methods

Constructors

EditableAreasConfiguration()

Creates an instance of EditableAreasConfiguration class.

public EditableAreasConfiguration()

Properties

EditableAreas

Editable areas within the page.

[DataMember]
[JsonProperty("editableAreas")]
public List<EditableAreaConfiguration> EditableAreas { get; }

Property Value

List<EditableAreaConfiguration>