WorkflowDeploymentService.GetDesignerActions method

Returns a list of valid Workflow Manager Client 1.0 actions for the specified server.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Function GetDesignerActions ( _
    web As SPWeb _
) As String
'Usage
Dim instance As WorkflowDeploymentService
Dim web As SPWeb
Dim returnValue As String

returnValue = instance.GetDesignerActions(web)
[ClientCallableMethodAttribute]
public string GetDesignerActions(
    SPWeb web
)

Parameters

Return value

Type: System.String
Returns string (xml) representation of valid workflow actions.

Remarks

To return a list of valid Windows Workflow Foundation 3.0 actions, use the WebPartPagesWebService.FetchLegalWorkflowActions method.

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace