Click or drag to resize
BuilderScriptConfiguration Class
Encapsulates data sent to client and used by the builder's script.
Inheritance Hierarchy

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

The BuilderScriptConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBuilderScriptConfiguration
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.
Public propertyApplicationPath
Virtual path of the directory that contains the application hosted in the current application domain.
Public propertyConfigurationLoadEndpoint
Endpoint for retrieving the builder configuration.
Public propertyConfigurationStoreEndpoint
Endpoint for storing the builder configuration.
Public propertyDevelopmentMode
Enables development mode for builder's store.
Public propertyMetadataEndpoint
Endpoint for retrieving the builder metadata.
Top
See Also