SPNavigationNodeCollection members
Provides a strongly typed collection of SPNavigationNode objects.
The SPNavigationNodeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of SPNavigationNode objects in the collection. (Overrides SPBaseCollection.Count.) |
![]() |
Item | Gets the SPNavigationNode object at the specified index in the collection. |
![]() |
Navigation | Gets a navigation object (SPNavigation) for the collection. |
![]() |
Parent | Gets the parent node (SPNavigationNode) of the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an SPNavigationNode object after the specified node in the collection. |
![]() |
AddAsFirst | Adds an SPNavigationNode object as the first node in the collection. |
![]() |
AddAsLast | Adds an SPNavigationNode object as the last node in the collection. |
![]() |
CopyTo | Copies all members of the collection to the specified array, starting at the specified destination array index. |
![]() |
Delete | Deletes the specified SPNavigationNode object from the collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top