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
[PublishedLinksService Web service].PublishedLinksService
Namespace: [PublishedLinksService Web service]
Web service reference: http://Site/_vti_bin/PublishedLinksService.asmx
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.