Метод ObjectSharingInformation.GetSharedWithUsers
Returns the list of users with whom an object is shared.
Пространство имен: 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 Function GetSharedWithUsers As ClientObjectList(Of ObjectSharingInformationUser)
'Применение
Dim instance As ObjectSharingInformation
Dim returnValue As ClientObjectList(Of ObjectSharingInformationUser)
returnValue = instance.GetSharedWithUsers()
public ClientObjectList<ObjectSharingInformationUser> GetSharedWithUsers()
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
The list of users.
См. также
Справочные материалы
ObjectSharingInformation класс