RecycleBinItemState enumeration
Specifies the Recycle Bin stage of the Recycle Bin item.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration RecycleBinItemState
'Usage
Dim instance As RecycleBinItemState
public enum RecycleBinItemState
Members
Member name | Description | |
---|---|---|
None | The stage of the Recycle Bin item is not specified. The value = 0. | |
FirstStageRecycleBin | Specifies that the Recycle Bin item is in the user Recycle Bin. The value = 1. | |
SecondStageRecycleBin | Specifies that the Recycle Bin Item is in the site collection Recycle Bin. The value = 2. |