ObjectSharingInformation.GetSharedWithUsers método
Retorna a lista de usuários com os quais um objeto é compartilhado.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetSharedWithUsers As ClientObjectList(Of ObjectSharingInformationUser)
'Uso
Dim instance As ObjectSharingInformation
Dim returnValue As ClientObjectList(Of ObjectSharingInformationUser)
returnValue = instance.GetSharedWithUsers()
public ClientObjectList<ObjectSharingInformationUser> GetSharedWithUsers()
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
Na lista de usuários.
Ver também
Referência
ObjectSharingInformation classe