SP.RecycleBinItemType enumeration

Specifies the type of the Recycle Bin item.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.RecycleBinItemType = {attachment : "Undefined",cascadeParent : "Undefined",file : "Undefined",fileVersion : "Undefined",folder : "Undefined",folderWithLists : "Undefined",list : "Undefined",listItem : "Undefined",listItemVersion : "Undefined",none : "Undefined",web : "Undefined",registerEnum : "Undefined"}

Members

The RecycleBinItemType object enumeration has the following members.

Member

Value

Description

attachment

7

Specifies that the Recycle Bin item is an attachment.

cascadeParent

9

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

file

1

Specifies that the Recycle Bin item is a file.

fileVersion

2

Specifies that the Recycle Bin item is a historical version of a file.

folder

5

Specifies that the Recycle Bin item is a folder.

folderWithLists

6

Specifies that the Recycle Bin item is a folder that contains a list.

list

4

Specifies that the Recycle Bin item is a list.

listItem

3

Specifies that the Recycle Bin item is a list item.

listItemVersion

8

Specifies that the Recycle Bin item is a historical version of a list item.

none

0

The type of the Recycle Bin item is not specified.

web

Undefined

registerEnum

Undefined