RecycleBinItemState enumeration
SharePoint Online
Specifies the Recycle Bin stage of the Recycle Bin item.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| 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. |
Show: