SPRecycleBinType enumeration

Specifies whether the recycle bin is the end-user or site-collection recycle bin.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPRecycleBinType
'Usage
Dim instance As SPRecycleBinType
public enum SPRecycleBinType

Members

Member name Description
NoRecycleBin Indicates that the type of the recycle bin is not specified.
RecycleBin Specifies the end-user recycle bin. Value = 1.
SiteRecycleBin Specifies the site-collection recycle bin. Value = 2.

See also

Reference

Microsoft.SharePoint namespace