Click or drag to resize
IPageTemplateFilter Interface
Defines methods that are used for filtering page templates.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IPageTemplateFilter : IComponentFilter

The IPageTemplateFilter type exposes the following members.

Methods
  NameDescription
Public methodFilter
Applies filtering on the given pageTemplates collection based on the given context.
Top
See Also