SP.ChangeCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the item at the specified index position in the collection.
var value = SP.ChangeCollection.itemAt(index);
Parameters
index
Type: Int32
The specified index position in the collection.
Return Value
Type: SP.Change
The item at the specified index position in the collection.
Remarks
This method returns an item at the specified index position in the collection.