Specifies the type of the Recycle Bin item.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration RecycleBinItemType
'Usage
Dim instance As RecycleBinItemType
public enum RecycleBinItemType
Members
| Member 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. |