SPRecycleBinItem class
SharePoint 2013
Represents an item in the Recycle Bin for a Web site or a site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
To return an SPRecycleBinItemCollection object that represents the collection of items in the end-user (Web site) or site-collection Recycle Bin, use either the RecycleBin property of the SPWeb class, or the RecycleBin property of the SPSite class.
Use an indexer to return a single list item from the collection. For example, if the collection is assigned to a variable named myRecycleBinItems, use myRecycleBinItems[index] in C#, or myRecycleBinItems(index) in Visual Basic, where index is the index number of the item in the collection.
Show: