SPRecycleBinItemType enumeration
SharePoint 2013
Specifies the type of the recycle bin item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| Invalid | Indicates that the type of a recycle bin item is not specified. | |
| File | Specifies a file. | |
| FileVersion | Specifies a file version. | |
| ListItem | Specifies a list item. | |
| List | Specifies a list. | |
| Folder | Specifies a folder. | |
| FolderWithLists | Specifies a folder that contains a list. | |
| Attachment | Specifies an attachment. | |
| ListItemVersion | Indicates that a recycle bin item is a specific version of a list item. | |
| CascadeParent | Specifies that a recycle bin item is the parent of one or more related list items. | |
| Web | Indicates that the recycle bin item is a website. |
Show: