WebPartPagesWebService.FetchLegalWorkflowActions Method
Returns a string version of the actions file, as defined by the Actions File Schema
Web Service: Web Part PagesWeb Reference: http://<Site>/_vti_bin/WebPartPages.asmx
Syntax
<SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/FetchLegalWorkflowActions", RequestNamespace:="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace:="http://microsoft.com/sharepoint/webpartpages", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function FetchLegalWorkflowActions As String
Dim instance As WebPartPagesWebService
Dim returnValue As String
returnValue = instance.FetchLegalWorkflowActions
[SoapDocumentMethodAttribute("http://microsoft.com/sharepoint/webpartpages/FetchLegalWorkflowActions", RequestNamespace="http://microsoft.com/sharepoint/webpartpages", ResponseNamespace="http://microsoft.com/sharepoint/webpartpages", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string FetchLegalWorkflowActions ()
Return Value
Returns the actions file as a 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.
See Also
Reference
WebPartPagesWebService Class
WebPartPagesWebService Members
Web Part Pages Web Service