WorkflowDeploymentService.GetDesignerActions method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Function GetDesignerActions ( _
web As Web _
) As ClientResult(Of String)
'Usage
Dim instance As WorkflowDeploymentService
Dim web As Web
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDesignerActions(web)
public ClientResult<string> GetDesignerActions(
Web web
)
Parameters
- web
Type: Microsoft.SharePoint.Client.Web
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>
See also
Reference
WorkflowDeploymentService class