Share via


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

See Also

Reference

SP.RecycleBinItemCollection Methods

SP.RecycleBinItemCollection Properties

SP Namespace