WebPartPagesWebService.GetAssemblyMetaData Method

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

Syntax

<SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/GetAssemblyMetaData", RequestNamespace:="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace:="http://microsoft.com/sharepoint/webpartpages", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetAssemblyMetaData ( _
    assemblyName As String, _
    baseTypes As String _
) As String

Dim instance As WebPartPagesWebService
Dim assemblyName As String
Dim baseTypes As String
Dim returnValue As String

returnValue = instance.GetAssemblyMetaData(assemblyName, baseTypes)
[SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/GetAssemblyMetaData", RequestNamespace="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace="http://microsoft.com/sharepoint/webpartpages", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public string GetAssemblyMetaData (
    string assemblyName,
    string baseTypes
)

Parameters

  • assemblyName
    Name of the assembly for which metadata is retrieved
  • baseTypes

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