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.
Specifies whether the recycle bin is the end-user or site-collection recycle bin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPRecycleBinType
'Usage
Dim instance As SPRecycleBinType
[SubsetCallableTypeAttribute]
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. |