The PageNode type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetPageIds |
Return the Page Id's that is with the SitemapScope of this page-
| |
| GetPageNodes |
Returns PageNode elements that is with the SitemapScope of this page-
| |
| ToString |
Serialize the page specific state to a string for reading.
(Overrides Object..::..ToString()()()().) |
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.
|