SP.RecycleBinItemType Enumeration
Applies to: SharePoint Foundation 2010
Specifies the type of the Recycle Bin item.
Values
Name |
Description |
---|---|
none |
The type of the Recycle Bin item is not specified. The value = 0. |
file |
Specifies that the Recycle Bin item is a file. The value = 1. |
fileVersion |
Specifies that the Recycle Bin item is a historical version of a file. The value = 2. |
listItem |
Specifies that the Recycle Bin item is a list item. The value = 3. |
list |
Specifies that the Recycle Bin item is a list. The value = 4. |
folder |
Specifies that the Recycle Bin item is a folder. The value = 5. |
folderWithLists |
Specifies that the Recycle Bin item is a folder that contains a list. The value = 6. |
attachment |
Specifies that the Recycle Bin item is an attachment. The value = 7. |
listItemVersion |
Specifies that the Recycle Bin item is a historical version of a list item. The value = 8. |
cascadeParent |
Specifies that the Recycle Bin item is a list item that is the parent of one or more related list items. The value = 9. |