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

Public Enumeration SPRecycleBinType

Dim instance As SPRecycleBinType
public enum SPRecycleBinType

Members

Member name Description
RecycleBin Specifies the end-user Recycle Bin. Value = 1.
SiteRecycleBin Specifies the site-collection Recycle Bin. Value = 2.

See Also

Reference

Microsoft.SharePoint Namespace