DocumentSharingManager.UpdateDocumentSharingInfo 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 System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserSharingResult> UpdateDocumentSharingInfo (Microsoft.SharePoint.Client.ClientRuntimeContext context, string resourceAddress, System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserRoleAssignment> userRoleAssignments, bool validateExistingPermissions, bool additiveMode, bool sendServerManagedNotification, string customMessage, bool includeAnonymousLinksInNotification, bool propagateAcl);
static member UpdateDocumentSharingInfo : Microsoft.SharePoint.Client.ClientRuntimeContext * string * System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserRoleAssignment> * bool * bool * bool * string * bool * bool -> System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserSharingResult>
Public Shared Function UpdateDocumentSharingInfo (context As ClientRuntimeContext, resourceAddress As String, userRoleAssignments As IList(Of UserRoleAssignment), validateExistingPermissions As Boolean, additiveMode As Boolean, sendServerManagedNotification As Boolean, customMessage As String, includeAnonymousLinksInNotification As Boolean, propagateAcl As Boolean) As IList(Of UserSharingResult)
Parameters
- context
- ClientRuntimeContext
- resourceAddress
- String
- userRoleAssignments
- IList<UserRoleAssignment>
- validateExistingPermissions
- Boolean
- additiveMode
- Boolean
- sendServerManagedNotification
- Boolean
- customMessage
- String
- includeAnonymousLinksInNotification
- Boolean
- propagateAcl
- Boolean
Returns
- Attributes