WorkflowDeploymentService.GetCollateralUri method

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

Syntax

'Declaration
Public Overridable Function GetCollateralUri ( _
    workflowDefinitionId As Guid, _
    leafFileName As String _
) As ClientResult(Of String)
'Usage
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
)

Parameters

Return value

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

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.Client.WorkflowServices namespace