WebPartPagesWebService.GetWebPart2 Method

Returns the XML data for a dynamic Web Part.

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

Syntax

<SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/GetWebPart2", RequestNamespace:="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace:="http://microsoft.com/sharepoint/webpartpages", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetWebPart2 ( _
    pageurl As String, _
    storageKey As Guid, _
    storage As Storage, _
    behavior As SPWebServiceBehavior _
) As String

Dim instance As WebPartPagesWebService
Dim pageurl As String
Dim storageKey As Guid
Dim storage As Storage
Dim behavior As SPWebServiceBehavior
Dim returnValue As String

returnValue = instance.GetWebPart2(pageurl, storageKey, storage, behavior)
[SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/GetWebPart2", RequestNamespace="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace="http://microsoft.com/sharepoint/webpartpages", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public string GetWebPart2 (
    string pageurl,
    Guid storageKey,
    Storage storage,
    SPWebServiceBehavior behavior
)

Parameters

  • pageurl
    A string containing the URL of the page containing the Web Part
  • storageKey
    A GUID that identifies the Web Part
  • storage
    A Storage value indicating how the Web Part is stored
  • behavior
    An SPWebServiceBehavior enumeration object indicating whether the client supports Windows SharePoint Services 2.0 or Windows SharePoint Services 3.0.

Return Value

A string containing the XML for a Web Part to include the type and assembly name fields.

Remarks

To access the WebPartPagesWebService service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.asmx.

See Also

Reference

WebPartPagesWebService Class
WebPartPagesWebService Members
Web Part Pages Web Service