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