SPNavigationNodeCollection Members
Include Protected Members
Include Inherited 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. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
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.) | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | (Inherited from SPBaseCollection.) |
Top