Freigeben über


ObjectSharingInformation.GetObjectSharingInformationByUrl Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ObjectSharingInformation GetObjectSharingInformationByUrl (Microsoft.SharePoint.Client.ClientRuntimeContext context, string objectUrl, bool excludeCurrentUser, bool excludeSiteAdmin, bool excludeSecurityGroups, bool retrieveAnonymousLinks, bool retrieveUserInfoDetails, bool checkForAccessRequests, bool retrievePermissionLevels);
static member GetObjectSharingInformationByUrl : Microsoft.SharePoint.Client.ClientRuntimeContext * string * bool * bool * bool * bool * bool * bool * bool -> Microsoft.SharePoint.Client.ObjectSharingInformation
Public Shared Function GetObjectSharingInformationByUrl (context As ClientRuntimeContext, objectUrl As String, excludeCurrentUser As Boolean, excludeSiteAdmin As Boolean, excludeSecurityGroups As Boolean, retrieveAnonymousLinks As Boolean, retrieveUserInfoDetails As Boolean, checkForAccessRequests As Boolean, retrievePermissionLevels As Boolean) As ObjectSharingInformation

Parameters

objectUrl
String
excludeCurrentUser
Boolean
excludeSiteAdmin
Boolean
excludeSecurityGroups
Boolean
retrieveAnonymousLinks
Boolean
retrieveUserInfoDetails
Boolean
checkForAccessRequests
Boolean
retrievePermissionLevels
Boolean

Returns

Attributes

Applies to