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: 13.0.131
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 Obsolete.
Gets the identifier of the page where the Page builder stores and loads data from.
Top
Methods
  NameDescription
Public methodInitialize Obsolete.
Initializes the Page builder.
Top
See Also