SP.RecycleBinItemCollection.getById(id) Method
Applies to: SharePoint Foundation 2010
Returns the recycle bin item with the specified identifier from the collection.
var value = SP.RecycleBinItemCollection.getById(id);
Parameters
- id
Specifies the identifier of the recycle bin item.
Type: SP.Guid
Return Value
Type: SP.RecycleBinItem
Applies To
SP.RecycleBinItemCollection Class
Exceptions
- ArgumentException
Recycle bin item does not exist. Error code: -2147024809.
See Also
Reference
SP.RecycleBinItemCollection Methods