WebPartPagesWebService Class (Web Part Pages)
Provides methods for working with Web Parts.

Web Service: Web Part PagesWeb Reference: http://<Site>/_vti_bin/WebPartPages.asmx
Syntax

Visual Basic (Declaration)
<WebServiceBindingAttribute(Name:="WebPartPagesWebServiceSoap", Web Service:="http://microsoft.com/sharepoint/webpartpages")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class WebPartPagesWebService
    Inherits SoapHttpClientProtocol
Visual Basic (Usage)
Dim instance As WebPartPagesWebService
C#
[WebServiceBindingAttribute(Name="WebPartPagesWebServiceSoap", Web Service="http://microsoft.com/sharepoint/webpartpages")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
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.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Web Part Pages.WebPartPagesWebService
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

Tags :


Page view tracker