Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.