SPRecycleBinItemState Enumeration
Specifies the Recycle Bin stage of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "RecycleBinItemState")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPRecycleBinItemState
'Usage
Dim instance As SPRecycleBinItemState
[ClientCallableTypeAttribute(Name = "RecycleBinItemState")]
[SubsetCallableTypeAttribute]
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. |