WorkflowDeploymentService.GetCollateralUri(Guid, String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public virtual Microsoft.SharePoint.Client.ClientResult<string> GetCollateralUri (Guid workflowDefinitionId, string leafFileName);
abstract member GetCollateralUri : Guid * string -> Microsoft.SharePoint.Client.ClientResult<string>
override this.GetCollateralUri : Guid * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Overridable Function GetCollateralUri (workflowDefinitionId As Guid, leafFileName As String) As ClientResult(Of String)

Parameters

workflowDefinitionId
Guid
leafFileName
String

Returns

Attributes

Applies to