SP.FeatureCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the feature at the specified index of the collection.
var value = SP.FeatureCollection.itemAt(index);
Parameters
index
Type: Int32
The zero-based index of the element to retrieve.
Return Value
Type: SP.Feature
The feature at the specified index of the collection.
Remarks
This method gets the activated feature at the index specified by index in collection.