Class PageSiteMapNode
Represents a node in the hierarchical site map structure provided by the Page
Inheritance
System.Object
PageSiteMapNode
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PageSiteMapNode : SiteMapNode
Constructors
PageSiteMapNode(SiteMapProvider, PageData, PageData)
Initializes a new instance of the Page
Declaration
public PageSiteMapNode(SiteMapProvider provider, PageData page, PageData parent)
Parameters
Type | Name | Description |
---|---|---|
System. |
provider | The provider. |
Page |
page | The page. |
Page |
parent | The parent page. |
Properties
CurrentPage
Gets the Page
Declaration
public PageData CurrentPage { get; }
Property Value
Type | Description |
---|---|
Page |
The current page. |
ParentPage
Gets or sets the Page
Declaration
public PageData ParentPage { get; set; }
Property Value
Type | Description |
---|---|
Page |
The parent page. |