Click or drag to resize
PageTemplateScriptConfiguration Constructor
Creates an instance of PageTemplateScriptConfiguration class.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public PageTemplateScriptConfiguration(
	TreeNode page,
	string applicationPath
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page where the Page builder feature is used.
applicationPath
Type: SystemString
Application path for endpoints resolution.
See Also