Click or drag to resize
PageTemplateFilterContext Class
Represents the page template filter context.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PageTemplatesPageTemplateFilterContext

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class PageTemplateFilterContext

The PageTemplateFilterContext type exposes the following members.

Constructors
  NameDescription
Public methodPageTemplateFilterContext
Creates a new instance of PageTemplateFilterContext.
Top
Properties
  NameDescription
Public propertyCulture
Gets the culture of the page that is to be created. If the page already exists, returns the culture of the existing page.
Public propertyPageType
Gets the page type of the page that is to be created. If the page already exists, returns the page type of the existing page.
Public propertyParentPage
Gets the parent of the page that is to be created. If the page already exists, returns the parent of the existing page.
Top
See Also