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
Gets the file version at the specified index in the collection.
var value = SP.FileVersionCollection.itemAt(index);
Parameters
index
Type: Int32
The zero-based index of the element.
Return Value
Type: SP.FileVersion
The file version at the specified index in the collection.
Applies To
SP.FileVersionCollection Class
See Also
Reference
SP.FileVersionCollection Methods