WSRP_v1_PortletManagement_Binding_SOAP.getPortletDescription Method

Namespace:  Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:getPortletDescription", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
Public Function getPortletDescription ( _
    getPortletDescription1 As getPortletDescription _
) As PortletDescriptionResponse
'Usage
Dim instance As WSRP_v1_PortletManagement_Binding_SOAP
Dim getPortletDescription1 As getPortletDescription
Dim returnValue As PortletDescriptionResponse

returnValue = instance.getPortletDescription(getPortletDescription1)
[SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:getPortletDescription", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
public PortletDescriptionResponse getPortletDescription(
    getPortletDescription getPortletDescription1
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.PortletDescriptionResponse

See Also

Reference

WSRP_v1_PortletManagement_Binding_SOAP Class

WSRP_v1_PortletManagement_Binding_SOAP Members

Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace