Enum RecycleBinItemType
Specifies the type of the Recycle Bin item.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public enum RecycleBinItemType : int
Specifies the type of the Recycle Bin item.
public enum RecycleBinItemType : int
Specifies that that Recycle Bin item is an app. The value = 11
Specifies that the Recycle Bin item is an attachment. The value = 7.
Specifies that the Recycle Bin item is a list item that is the parent of one or more related list items. The value = 9.
Specifies that the Recycle Bin item is a file. The value = 1.
Specifies that the Recycle Bin item is a historical version of a file. The value = 2.
Specifies that the Recycle Bin item is a folder. The value = 5.
Specifies that the Recycle Bin item is a folder that contains a list. The value = 6.
Specifies that the Recycle Bin item is a list. The value = 4.
Specifies that the Recycle Bin item is a list item. The value = 3.
Specifies that the Recycle Bin item is a historical version of a list item. The value = 8.
The type of the Recycle Bin item is not specified. The value = 0.
Specifies that the Recycle Bin item is a site (Web object). The value = 10.