SPRecycleBinItemType enumeration
Specifies the type of the recycle bin item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPRecycleBinItemType
'Usage
Dim instance As SPRecycleBinItemType
public enum SPRecycleBinItemType
Members
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. |