SPRecycleBinItemState enumeration
Specifies the Recycle Bin stage of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPRecycleBinItemState
'Usage
Dim instance As SPRecycleBinItemState
public enum SPRecycleBinItemState
Members
Member name | Description | |
---|---|---|
InvalidStage | Specifies that the item is in a state that is not specified. | |
FirstStageRecycleBin | Specifies that the item is in the end-user Recycle Bin. | |
SecondStageRecycleBin | Specifies that the item is in the second stage of the site-collection Recycle Bin. |