Click or drag to resize
PageTemplateFilterContext Constructor
Creates a new instance of PageTemplateFilterContext.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public PageTemplateFilterContext(
	TreeNode parentPage,
	string pageType,
	string culture
)

Parameters

parentPage
Type: CMS.DocumentEngineTreeNode
The parent of the page that is to be created.
pageType
Type: SystemString
The page type of the page that is to be created.
culture
Type: SystemString
The culture of the page that is to be created.
See Also