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
- workflowDefinitionId
Type: System.Guid
- leafFileName
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>
See also
Reference
WorkflowDeploymentService class