SP.RecycleBinItemState enumeration

Specifies the Recycle Bin stage of the Recycle Bin item.

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

var SP.RecycleBinItemState = {firstStageRecycleBin : "Undefined",none : "Undefined",secondStageRecycleBin : "Undefined",registerEnum : "Undefined"}

Members

The RecycleBinItemState object enumeration has the following members.

Member

Value

Description

firstStageRecycleBin

1

Specifies that the Recycle Bin item is in the user Recycle Bin.

none

0

The stage of the Recycle Bin item is not specified.

secondStageRecycleBin

2

Specifies that the Recycle Bin Item is in the site collection Recycle Bin.

registerEnum

Undefined