PublishedLinksService, classe (websvcPublishedLinksService)

Microsoft Office SharePoint Server 2007 provides the PublishedLinksService Web service so that Microsoft Office system clients and other applications can obtain the list of published links on the server that are targeted to the current user. These links point to Microsoft Windows SharePoint Services 3.0 sites that are available for publishing information from Office system clients and other applications for that user.

Espace de noms : websvcPublishedLinksService
Assembly : MOSSSOAP (dans mosssoap.dll)

Syntaxe

'Déclaration
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<WebServiceBindingAttribute(Name:="PublishedLinksServiceSoap", Namespace:="https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService")> _
Public Class PublishedLinksService
    Inherits SoapHttpClientProtocol
'Utilisation
Dim instance As PublishedLinksService
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[WebServiceBindingAttribute(Name="PublishedLinksServiceSoap", Namespace="https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService")] 
public class PublishedLinksService : SoapHttpClientProtocol

Remarques

This method returns all the published links, as well as the user's My Site, Profile Site, and Membership Sites where:

  • TargetTo = <An SPGroup object>

  • TargetTo = <A DL>

  • TargetTo = <An Audience object>

  • TargetTo = <nothing>

The Administration interface and the object model allow you to add published links to the server.

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

Hiérarchie d'héritage

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

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres PublishedLinksService
websvcPublishedLinksService, espace de noms