The PageNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ChangedDate |
The time the page was changed last
|
![]() | ChildPages |
Returns PageNode elements that represent the immediate children of this page.
|
![]() | Description |
The Description of the page
|
![]() | Id |
The Id of the page
|
![]() | Level |
The level this page is placed at in the sitemap. Level 1 is a homepage, level 2 are children of the homepage and so on.
|
![]() | MenuTitle |
The Menu Title of the page
|
![]() | ParentPage |
Returns the parent PageNode.
|
![]() | SitemapXml |
XML representing the page and it's decendants. Do NOT modify this structure. To do modifications, clone this first.
|
![]() | Title |
The Title of the page
|
![]() | Url |
Url to this page.
|