Свойство RecycleBinItem.DeletedBy
Gets a value that specifies the user who deleted 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 ReadOnly Property DeletedBy As User
Get
'Применение
Dim instance As RecycleBinItem
Dim value As User
value = instance.DeletedBy
public User DeletedBy { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.User
Returns a User instance representing the user who deleted the Recycle Bin item.
Исключения
Исключение | Условие |
---|---|
[Microsoft.SharePoint.SPException] | User cannot be found. Error code: -2146232832. |
[System.UnauthorizedAccessException] | Access is denied. Error code: -2147024891. |