Web.DeleteAnonymousLinkForObject 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 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
- context
- ClientRuntimeContext
- url
- String
- isEditLink
- Boolean
- removeAssociatedSharingLinkGroup
- Boolean
- Attributes