Table of Contents

Enum RecycleBinItemType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the type of the Recycle Bin item.

public enum RecycleBinItemType

Fields

App = 11

Specifies that that Recycle Bin item is an app. The value = 11

Attachment = 7

Specifies that the Recycle Bin item is an attachment. The value = 7.

CascadeParent = 9

Specifies that the Recycle Bin item is a list item that is the parent of one or more related list items. The value = 9.

File = 1

Specifies that the Recycle Bin item is a file. The value = 1.

FileVersion = 2

Specifies that the Recycle Bin item is a historical version of a file. The value = 2.

Folder = 5

Specifies that the Recycle Bin item is a folder. The value = 5.

FolderWithLists = 6

Specifies that the Recycle Bin item is a folder that contains a list. The value = 6.

List = 4

Specifies that the Recycle Bin item is a list. The value = 4.

ListItem = 3

Specifies that the Recycle Bin item is a list item. The value = 3.

ListItemVersion = 8

Specifies that the Recycle Bin item is a historical version of a list item. The value = 8.

None = 0

The type of the Recycle Bin item is not specified. The value = 0.

Web = 10

Specifies that the Recycle Bin item is a site (Web object). The value = 10.