WebSharingManager.UpdateWebSharingInformation 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> 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
- context
- ClientRuntimeContext
- web
- Web
- userRoleAssignments
- IList<UserRoleAssignment>
- sendServerManagedNotification
- Boolean
- customMessage
- String
- additivePermission
- Boolean
- allowExternalSharing
- Boolean
Returns
- Attributes