Click or drag to resize
PageBuilderScriptConfiguration Class
Encapsulates data sent to client and used by Page builder's script.
Inheritance Hierarchy
SystemObject
  Kentico.Builder.Web.Mvc.InternalBuilderScriptConfiguration
    Kentico.PageBuilder.Web.Mvc.InternalPageBuilderScriptConfiguration

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class PageBuilderScriptConfiguration : BuilderScriptConfiguration

The PageBuilderScriptConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPageBuilderScriptConfiguration
Top
Properties
  NameDescription
Public propertyAllowedOrigins
List of domains that are passed to the client to allow post messages to be retrieved only from these origins.
(Inherited from BuilderScriptConfiguration.)
Public propertyApplicationPath
Virtual path of the directory that contains the application hosted in the current application domain.
(Inherited from BuilderScriptConfiguration.)
Public propertyConfigurationLoadEndpoint
Endpoint for retrieving the builder configuration.
(Inherited from BuilderScriptConfiguration.)
Public propertyConfigurationStoreEndpoint
Endpoint for storing the builder configuration.
(Inherited from BuilderScriptConfiguration.)
Public propertyDevelopmentMode
Enables development mode for builder's store.
(Inherited from BuilderScriptConfiguration.)
Public propertyMetadataEndpoint
Endpoint for retrieving the builder metadata.
(Inherited from BuilderScriptConfiguration.)
Public propertyPageIdentifier
Identifier of the page where the Page builder widgets will be initialized.
Public propertyPageTemplate
Configuration for page template feature.
Public propertySelectors
Configuration for selector components.
Top
See Also