PublishedLinksService class

Provides a web service to Microsoft Office system clients and other applications that includes a list of the published links to the Microsoft SharePoint Server sites that are targeted to the current user.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcPublishedLinksService.PublishedLinksService

Namespace:  WebSvcPublishedLinksService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "PublishedLinksServiceSoap", Namespace := "https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService")> _
Public Class PublishedLinksService _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As PublishedLinksService
[WebServiceBindingAttribute(Name = "PublishedLinksServiceSoap", Namespace = "https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService")]
public class PublishedLinksService : SoapHttpClientProtocol

Remarks

This method returns all the published links, as well as the user's My Site, profile site, and membership sites.

The PublishedLinksService Web service is located at http://<site URL>/_vti_bin/publishedlinks.asmx.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PublishedLinksService members

WebSvcPublishedLinksService namespace