WorkflowDeploymentService.GetCollateralUri - Méthode
Espace de noms : Microsoft.SharePoint.Client.WorkflowServices
Assembly : Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntaxe
'Déclaration
Public Overridable Function GetCollateralUri ( _
workflowDefinitionId As Guid, _
leafFileName As String _
) As ClientResult(Of String)
'Utilisation
Dim instance As WorkflowDeploymentService
Dim workflowDefinitionId As Guid
Dim leafFileName As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetCollateralUri(workflowDefinitionId, _
leafFileName)
public virtual ClientResult<string> GetCollateralUri(
Guid workflowDefinitionId,
string leafFileName
)
Paramètres
- workflowDefinitionId
Type : System.Guid
- leafFileName
Type : System.String
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