Web.DeleteAllAnonymousLinksForObject 方法

Removes all existing anonymous links for an object.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Shared Sub DeleteAllAnonymousLinksForObject ( _
    context As ClientRuntimeContext, _
    url As String _
)
用法
Dim context As ClientRuntimeContext
Dim url As StringWeb.DeleteAllAnonymousLinksForObject(context, _
    url)
public static void DeleteAllAnonymousLinksForObject(
    ClientRuntimeContext context,
    string url
)

参数

  • url
    类型:System.String

    The URL of the object being shared, with the path of the object in SharePoint represented as query string parameters. For example:

    https://contoso.com/?obj={CF908473-72D4-449D-8A53-4BD01EC54B84},1,DOCUMENT&List=%7BCF908473%2D72D4%2D449D%2D8A53%2D4BD01EC54B84%7D
    

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间