Click or drag to resize
PageTemplateScriptConfiguration Class
Encapsulates page template data sent to client and used by Page builder's script.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PageTemplates.InternalPageTemplateScriptConfiguration

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

The PageTemplateScriptConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPageTemplateScriptConfiguration
Creates an instance of PageTemplateScriptConfiguration class.
Top
Properties
  NameDescription
Public propertyChangeTemplateEndpoint
Endpoint for changing page template of a page.
Public propertyIsSelectable
Indicates if there is more than one page template to be selected for a page.
Public propertySelectorDialogEndpoint
Endpoint for page template selector dialog markup retrieval.
Top
See Also