Share via


Site.RecycleBin Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property RecycleBin As RecycleBinItemCollection
    Get
'Usage
Dim instance As Site
Dim value As RecycleBinItemCollection

value = instance.RecycleBin
[RemoteAttribute]
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