WorkflowDeploymentService.GetCollateralUri method

Retrieves the URL of the collateral file of the workflow definition.

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

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public MustOverride Function GetCollateralUri ( _
    workflowDefinitionId As Guid, _
    leafFileName As String _
) As Uri
'Usage
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
)

Parameters

  • workflowDefinitionId
    Type: System.Guid

    The guid identifier of the workflow definition.

  • leafFileName
    Type: System.String

    The name of the leaf collateral file.

Return value

Type: System.Uri
Returns the URI of the collateral file, if it exists. Otherwise returns a null reference (Nothing in Visual Basic).

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace