ObjectSharingInformation.GetListItemSharingInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- context
- ClientRuntimeContext
- listID
- Guid
- itemID
- Int32
- excludeCurrentUser
- Boolean
- excludeSiteAdmin
- Boolean
- excludeSecurityGroups
- Boolean
- retrieveAnonymousLinks
- Boolean
- retrieveUserInfoDetails
- Boolean
- checkForAccessRequests
- Boolean
Returns
- Attributes