PagePorter Class Library

NavigationPage Properties

The properties of the NavigationPage class are listed below. For a complete list of NavigationPage class members, see the NavigationPage Members topic.

Public Instance Properties

Caption Gets or sets the page's caption for the navigational structure.
Excluded Gets or sets a flag indicating that the page is excluded from the user interface.
Global Gets or sets a flag indicating that the page is a global (top-level) page without a parent.
Metadata Gets the NavigationMetadata object for this page node.
NavSequence Gets or sets a flag indicating that the page is the parent node of a Custom Link Bar.
OutsideWeb Gets or sets the indicator whether the page is inside or outside the web project.
PageID Gets or sets the page identifier.
ParentID Gets or sets the page identifier of the parent page, or zero if no parent (global).
Target Gets or sets the value for the HTML target attribute for this page.
TimeLastParented Gets or sets the date and time the page node was last parented in the navigational structure, expressed in local time.
Url Gets or sets the URL of the page; relative for inside (in-site) pages, absolute for outside (out-of-site) pages.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace