Share via


ObjectSharingInformation.GetObjectSharingInformation Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ObjectSharingInformation GetObjectSharingInformation (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.SecurableObject securableObject, bool excludeCurrentUser, bool excludeSiteAdmin, bool excludeSecurityGroups, bool retrieveAnonymousLinks, bool retrieveUserInfoDetails, bool checkForAccessRequests, bool retrievePermissionLevels);
static member GetObjectSharingInformation : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.SecurableObject * bool * bool * bool * bool * bool * bool * bool -> Microsoft.SharePoint.Client.ObjectSharingInformation

Parameters

securableObject
SecurableObject
excludeCurrentUser
Boolean
excludeSiteAdmin
Boolean
excludeSecurityGroups
Boolean
retrieveAnonymousLinks
Boolean
retrieveUserInfoDetails
Boolean
checkForAccessRequests
Boolean
retrievePermissionLevels
Boolean

Returns

Attributes

Applies to