Site.RecycleBin property

Gets a value that specifies the collection of Recycle Bin items for the site collection.

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 Site
Dim value As RecycleBinItemCollection

value = instance.RecycleBin
public RecycleBinItemCollection RecycleBin { get; }

Property value

Type: Microsoft.SharePoint.Client.RecycleBinItemCollection
Returns a RecycleBinItemCollection.instance representing the collection of Recycle Bin items for the site collection.

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace