SP.RecycleBinItemCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
Gets the recycle bin item at the specified index of the collection.
var value = SP.RecycleBinItemCollection.itemAt(index);
Parameters
index
Type: Int32
The zero-based index of the element.
Return Value
Type: SP.RecycleBinItem
The recycle bin item at the specified index of the collection.
Applies To
SP.RecycleBinItemCollection Class
See Also
Reference
SP.RecycleBinItemCollection Methods