PagePorter Class Library

NavigationPage Members

NavigationPage overview

Public Static (Shared) Methods

Copy Creates a new instance of NavigationPage with the same values as a specified NavigationPage.
EqualsOverloaded. Determines whether two specified NavigationPage objects have the same value.

Public Instance Constructors

NavigationPage Constructor Initializes a new instance of the NavigationPage class.

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.

Public Instance Methods

EqualsOverloaded. Determines whether two NavigationPage objects have the same value.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace