Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the list of users with whom an object is shared.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetSharedWithUsers As ClientObjectList(Of ObjectSharingInformationUser)
'Usage
Dim instance As ObjectSharingInformation
Dim returnValue As ClientObjectList(Of ObjectSharingInformationUser)
returnValue = instance.GetSharedWithUsers()
public ClientObjectList<ObjectSharingInformationUser> GetSharedWithUsers()
Return value
Type: Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
The list of users.
See also
Reference
ObjectSharingInformation class