Share via


Web.DeleteAnonymousLinkForObject Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static void DeleteAnonymousLinkForObject (Microsoft.SharePoint.Client.ClientRuntimeContext context, string url, bool isEditLink, bool removeAssociatedSharingLinkGroup);
static member DeleteAnonymousLinkForObject : Microsoft.SharePoint.Client.ClientRuntimeContext * string * bool * bool -> unit
Public Shared Sub DeleteAnonymousLinkForObject (context As ClientRuntimeContext, url As String, isEditLink As Boolean, removeAssociatedSharingLinkGroup As Boolean)

Parameters

url
String
isEditLink
Boolean
removeAssociatedSharingLinkGroup
Boolean
Attributes

Applies to