Share via


SP.NavigationNodeCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the navigation node at the specified index in the collection.

var value = SP.NavigationNodeCollection.itemAt(index);

Parameters

index

Type: Int32

The zero-based index of the element.

Return Value

Type: SP.NavigationNode

The navigation node at the specified index in the collection.

Remarks

This method gets the navigation node at the index specified by the index parameter.

Applies To

SP.NavigationNodeCollection Class

See Also

Reference

SP.NavigationNodeCollection Methods

SP.NavigationNodeCollection Properties

SP Namespace