Свойство Web.RecycleBin
Gets the recycle bin of the website.
Пространство имен: 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 ReadOnly Property RecycleBin As RecycleBinItemCollection
Get
'Применение
Dim instance As Web
Dim value As RecycleBinItemCollection
value = instance.RecycleBin
public RecycleBinItemCollection RecycleBin { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.RecycleBinItemCollection
A RecycleBinItemCollection object that represents the recycle bin.