Compartilhar via


WorkflowDeploymentService.GetCollateralUri método

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)

Sintaxe

'Declaração
Public Overridable Function GetCollateralUri ( _
    workflowDefinitionId As Guid, _
    leafFileName As String _
) As ClientResult(Of String)
'Uso
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
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<String>

Ver também

Referência

WorkflowDeploymentService classe

WorkflowDeploymentService membros

Microsoft.SharePoint.Client.WorkflowServices namespace