WorkflowDeploymentService.GetDesignerActions - Méthode
Espace de noms : Microsoft.SharePoint.Client.WorkflowServices
Assembly : Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntaxe
'Déclaration
Public Function GetDesignerActions ( _
web As Web _
) As ClientResult(Of String)
'Utilisation
Dim instance As WorkflowDeploymentService
Dim web As Web
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDesignerActions(web)
public ClientResult<string> GetDesignerActions(
Web web
)
Paramètres
- web
Type : Microsoft.SharePoint.Client.Web
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>
Voir aussi
Référence
WorkflowDeploymentService classe
WorkflowDeploymentService - Membres
Microsoft.SharePoint.Client.WorkflowServices - Espace de noms