SPWeb.RecycleBin Property
Gets the recycle bin of the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property RecycleBin As SPRecycleBinItemCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPRecycleBinItemCollection
value = instance.RecycleBin
public SPRecycleBinItemCollection RecycleBin { get; }
Property Value
Type: Microsoft.SharePoint.SPRecycleBinItemCollection
An SPRecycleBinItemCollection object that represents the recycle bin.