Share via


ObjectSharingInformation.GetListItemSharingInformation Method

Definition

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

Parameters

listID
Guid
itemID
Int32
excludeCurrentUser
Boolean
excludeSiteAdmin
Boolean
excludeSecurityGroups
Boolean
retrieveAnonymousLinks
Boolean
retrieveUserInfoDetails
Boolean
checkForAccessRequests
Boolean

Returns

Attributes

Applies to