WSRP_v1_PortletManagement_Binding_SOAP.destroyPortlets 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:destroyPortlets", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
Public Function destroyPortlets ( _
    destroyPortlets1 As destroyPortlets _
) As DestroyPortletsResponse
'Usage
Dim instance As WSRP_v1_PortletManagement_Binding_SOAP
Dim destroyPortlets1 As destroyPortlets
Dim returnValue As DestroyPortletsResponse

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

Parameters

Return Value

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

See Also

Reference

WSRP_v1_PortletManagement_Binding_SOAP Class

WSRP_v1_PortletManagement_Binding_SOAP Members

Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace