Compartilhar via


WorkflowDeploymentService.GetCollateralUri method

Recupera a URL do arquivo promocionais da definição de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaração
<ClientCallableMethodAttribute> _
Public MustOverride Function GetCollateralUri ( _
    workflowDefinitionId As Guid, _
    leafFileName As String _
) As Uri
'Uso
Dim instance As WorkflowDeploymentService
Dim workflowDefinitionId As Guid
Dim leafFileName As String
Dim returnValue As Uri

returnValue = instance.GetCollateralUri(workflowDefinitionId, _
    leafFileName)
[ClientCallableMethodAttribute]
public abstract Uri GetCollateralUri(
    Guid workflowDefinitionId,
    string leafFileName
)

Parâmetros

  • workflowDefinitionId
    Type: System.Guid

    O identificador de guid da definição de fluxo de trabalho.

  • leafFileName
    Type: System.String

    O nome do arquivo de material adicional de folha.

Valor retornado

Type: System.Uri
Retorna o URI do arquivo promocionais, se ela existir. Caso contrário, retornará a null reference (Nothing in Visual Basic).

Ver também

Referência

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace