SP.FileCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the file at the specified index of the collection.
var value = SP.FileCollection.get_item();
Property Value
Type: SP.File
The file at the specified index of the collection.