Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the recycle bin of the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RecycleBin As RecycleBinItemCollection
Get
'Usage
Dim instance As Web
Dim value As RecycleBinItemCollection
value = instance.RecycleBin
public RecycleBinItemCollection RecycleBin { get; }
Property value
Type: Microsoft.SharePoint.Client.RecycleBinItemCollection
A RecycleBinItemCollection object that represents the recycle bin.