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 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. |