Share via


WebSharingManager.UpdateWebSharingInformation Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserSharingResult> UpdateWebSharingInformation (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.Web web, System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserRoleAssignment> userRoleAssignments, bool sendServerManagedNotification, string customMessage, bool additivePermission, bool allowExternalSharing);
static member UpdateWebSharingInformation : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.Web * System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserRoleAssignment> * bool * string * bool * bool -> System.Collections.Generic.IList<Microsoft.SharePoint.Client.Sharing.UserSharingResult>

Parameters

web
Web
userRoleAssignments
IList<UserRoleAssignment>
sendServerManagedNotification
Boolean
customMessage
String
additivePermission
Boolean
allowExternalSharing
Boolean

Returns

Attributes

Applies to