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