Поделиться через


Перечисление RecycleBinItemType

Specifies the type of the Recycle Bin item.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Enumeration RecycleBinItemType
'Применение
Dim instance As RecycleBinItemType
public enum RecycleBinItemType

Элементы

Имя элемента Описание
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.
Web
App

См. также

Справочные материалы

Пространство имен Microsoft.SharePoint.Client