Freigeben über


Web.DeleteAnonymousLinkForObject-Methode (ClientRuntimeContext, String, Boolean, Boolean)

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Sub DeleteAnonymousLinkForObject ( _
    context As ClientRuntimeContext, _
    url As String, _
    isEditLink As Boolean, _
    removeAssociatedSharingLinkGroup As Boolean _
)
'Usage
Dim context As ClientRuntimeContext
Dim url As String
Dim isEditLink As Boolean
Dim removeAssociatedSharingLinkGroup As BooleanWeb.DeleteAnonymousLinkForObject(context, _
    url, isEditLink, removeAssociatedSharingLinkGroup)
public static void DeleteAnonymousLinkForObject(
    ClientRuntimeContext context,
    string url,
    bool isEditLink,
    bool removeAssociatedSharingLinkGroup
)

Parameter

Siehe auch

Referenz

Web Klasse

Web-Member

DeleteAnonymousLinkForObject-Überladung

Microsoft.SharePoint.Client-Namespace