Web.DestroyOrganizationSharingLink 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 void DestroyOrganizationSharingLink (Microsoft.SharePoint.Client.ClientRuntimeContext context, string url, bool isEditLink, bool removeAssociatedSharingLinkGroup);
static member DestroyOrganizationSharingLink : Microsoft.SharePoint.Client.ClientRuntimeContext * string * bool * bool -> unit
Public Shared Sub DestroyOrganizationSharingLink (context As ClientRuntimeContext, url As String, isEditLink As Boolean, removeAssociatedSharingLinkGroup As Boolean)
Parameters
- context
- ClientRuntimeContext
- url
- String
- isEditLink
- Boolean
- removeAssociatedSharingLinkGroup
- Boolean
- Attributes