Share via


WebPartPagesWebService Class

Provides methods for working with Web Parts.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            websvcWebPartPages.WebPartPagesWebService

Namespace:  websvcWebPartPages
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "WebPartPagesWebServiceSoap", Namespace := "https://microsoft.com/sharepoint/webpartpages")> _
Public Class WebPartPagesWebService _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As WebPartPagesWebService
[WebServiceBindingAttribute(Name = "WebPartPagesWebServiceSoap", Namespace = "https://microsoft.com/sharepoint/webpartpages")]
public class WebPartPagesWebService : SoapHttpClientProtocol

Remarks

To access the WebPartPagesWebService service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.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

WebPartPagesWebService Members

websvcWebPartPages Namespace