Click or drag to resize
IPageBuilderFeature Interface
Represents a feature that provides information about Page builder for the current request.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IPageBuilderFeature

The IPageBuilderFeature type exposes the following members.

Properties
  NameDescription
Public propertyEditMode
Gets a value indicating whether edit mode is enabled.
Public propertyOptions
Gets page builder options.
Public propertyPageIdentifier
Gets the identifier of the page where the Page builder stores and loads data from.
Top
Methods
  NameDescription
Public methodInitialize
Initializes the Page builder.
Top
See Also