WorkflowDeploymentService.GetDesignerActions método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Function GetDesignerActions ( _
web As Web _
) As ClientResult(Of String)
'Uso
Dim instance As WorkflowDeploymentService
Dim web As Web
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDesignerActions(web)
public ClientResult<string> GetDesignerActions(
Web web
)
Parâmetros
- web
Tipo: Microsoft.SharePoint.Client.Web
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<String>
Ver também
Referência
WorkflowDeploymentService classe