Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of the recycle bin item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "RecycleBinItemType")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPRecycleBinItemType
'Usage
Dim instance As SPRecycleBinItemType
[ClientCallableTypeAttribute(Name = "RecycleBinItemType")]
[SubsetCallableTypeAttribute]
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. |