WorkflowDeploymentService.DeleteCollateral method

Deletes the URL of a workflow definition's collateral file.

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

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public MustOverride 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)
[ClientCallableMethodAttribute]
public abstract void DeleteCollateral(
    Guid workflowDefinitionId,
    string leafFileName
)

Parameters

  • workflowDefinitionId
    Type: System.Guid

    The guid identifier of the workflow definition.

  • leafFileName
    Type: System.String

    The file name of the leaf collateral file.

See also

Reference

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace