Click or drag to resize
PageTemplateFilterContextParentPage Property
Gets the parent of the page that is to be created. If the page already exists, returns the parent of the existing page.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public TreeNode ParentPage { get; }

Property Value

Type: TreeNode
See Also