WebPartPagesWebService.GetAssemblyMetaData Method
Namespace: [Webpartpages Web service]
Web service reference: http://Site/_vti_bin/Webpartpages.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetAssemblyMetaData", RequestNamespace := "https://microsoft.com/sharepoint/webpartpages", _
ResponseNamespace := "https://microsoft.com/sharepoint/webpartpages", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetAssemblyMetaData ( _
assemblyName As String, _
baseTypes As String _
) As String
'Usage
Dim instance As WebPartPagesWebService
Dim assemblyName As String
Dim baseTypes As String
Dim returnValue As String
returnValue = instance.GetAssemblyMetaData(assemblyName, _
baseTypes)
[SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetAssemblyMetaData", RequestNamespace = "https://microsoft.com/sharepoint/webpartpages",
ResponseNamespace = "https://microsoft.com/sharepoint/webpartpages",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetAssemblyMetaData(
string assemblyName,
string baseTypes
)
Parameters
assemblyName
Type: System.StringName of the assembly for which metadata is retrieved
- baseTypes
Type: System.String
Return Value
Type: System.String
Remarks
To access the WebPartPagesWebService service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.asmx.