SPNavigationNodeCollection members

Provides a strongly typed collection of SPNavigationNode objects.

The SPNavigationNodeCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of SPNavigationNode objects in the collection. (Overrides SPBaseCollection.Count.)
Public property Item Gets the SPNavigationNode object at the specified index in the collection.
Public property Navigation Gets a navigation object (SPNavigation) for the collection.
Public property Parent Gets the parent node (SPNavigationNode) of the collection.

Top

Methods

  Name Description
Public method Add Adds an SPNavigationNode object after the specified node in the collection.
Public method AddAsFirst Adds an SPNavigationNode object as the first node in the collection.
Public method AddAsLast Adds an SPNavigationNode object as the last node in the collection.
Public method CopyTo Copies all members of the collection to the specified array, starting at the specified destination array index.
Public method Delete Deletes the specified SPNavigationNode object from the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPNavigationNodeCollection class

Microsoft.SharePoint.Navigation namespace