Enum RecycleBinItemState
Specifies the Recycle Bin stage of the Recycle Bin item.
Assembly: PnP.Core.dll
Syntax
public enum RecycleBinItemState : int
Specifies that the Recycle Bin item is in the user Recycle Bin. The value = 1.
The stage of the Recycle Bin item is not specified. The value = 0.
Specifies that the Recycle Bin Item is in the site collection Recycle Bin. The value = 2.