NavigationNode Object Members
SharePoint Designer Developer Reference |
Represents a node in the navigational structure of a Web site.
Methods
Name | Description | |
---|---|---|
Move | Moves a navigation node from one location to another in the navigation structure. Returns a NavigationNode object that represents the node after it has been moved. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the 2nd_SPDesignerGeneric application. | |
Children | Returns a NavigationNodes collection that represents the collection of child nodes for a navigation node. | |
File | Returns a WebFile object that represents the Web page associated with the specified object. | |
Home | Returns a NavigationNode object that represents the home navigation node for a Web page. | |
InNavBars | Sets or returns a Boolean that represents whether a page is visible in a Web site's link bars. True specifies that the page is visible. | |
IsLinkBar | True indicates that the navigation node is a link bar. Read-only Boolean. | |
Label | Sets or returns a String that represents the label associated with the active navigation node. Read/write. | |
Next | Returns a NavigationNode object that represents the next navigation node in the navigation sequence. | |
Parent | Returns an Object that represents the parent object of the specified object. Read-only. | |
Prev | Returns a NavigationNode object that represents the previous navigation node in the navigation sequence. Read-only. | |
SubTree | Returns a NavigationNodes collection object that represents a collection of all the nodes in the subtree of the current navigation node. | |
Url | Returns a String that represents the URL for a navigation node. | |
Web | Returns a Web object that represents the parent Web site for a navigation node. |