WorkflowDeploymentService.DeleteCollateral method

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

Syntax

'Declaration
Public Overridable Sub DeleteCollateral ( _
    workflowDefinitionId As Guid, _
    leafFileName As String _
)
'Usage
Dim instance As WorkflowDeploymentService
Dim workflowDefinitionId As Guid
Dim leafFileName As String

instance.DeleteCollateral(workflowDefinitionId, _
    leafFileName)
public virtual void DeleteCollateral(
    Guid workflowDefinitionId,
    string leafFileName
)

Parameters

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.Client.WorkflowServices namespace