SPNavigationNode Properties
The SPNavigationNode type exposes the following members.
| Name | Description | |
|---|---|---|
|
Children | Gets child nodes of the navigation node as an SPNavigationNodeCollection object. |
|
Id | Gets an integer identifier for the naviagation node. |
|
IsExternal | Gets a Boolean value that specifies whether the navigation node URL corresponds to a page outside the site collection. |
|
IsVisible | Gets or sets a Boolean value that specifies whether the navigation node is visible. |
|
LastModified | Gets or sets a DateTime value specifying when the node object was last modified. |
|
Navigation | Gets or sets the parent navigation object (SPNavigation). |
|
Parent | Gets a navigation node object instance (SPNavigationNode) representing the parent node in the hierarchy. |
|
ParentId | Gets an integer identifier of the parent node (Parent) in the hierarchy. |
|
Properties | Gets a hash table that provides name/value pairs representing the node properties. |
|
TargetParentObjectType | Gets an object that represents the SPObjectType of the parent of the file or folder being pointed to by the navigation node. |
|
TargetSecurityScopeId | Gets a GUID that represents the ScopeId of the file or folder being pointed to by the navigation node. |
|
Title | Gets or sets the string that is used as the anchor text for the node navigation link. |
|
TitleResource | Gets an object that represents the SPUserResource that can be used to get or set translations for the navigation node title. |
|
Url | Gets or sets the URL stored with the navigation node. |