Share via


ObjectSharingInformation.GetWebSharingInformation Method

Definition

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

Parameters

excludeCurrentUser
Boolean
excludeSiteAdmin
Boolean
excludeSecurityGroups
Boolean
retrieveAnonymousLinks
Boolean
retrieveUserInfoDetails
Boolean
checkForAccessRequests
Boolean

Returns

Attributes

Applies to