[This is preliminary documentation and is subject to change.]

Deletes a particular workflow definition.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int DeleteWorkflowDefinition(
	int workflowDefinitionId
)
Visual Basic (Declaration)
Public Function DeleteWorkflowDefinition ( _
	workflowDefinitionId As Integer _
) As Integer
Visual C++
public:
int DeleteWorkflowDefinition(
	int workflowDefinitionId
)

Parameters

workflowDefinitionId
Type: System..::.Int32
Id of the workflow definition which needs to be deleted.

Return Value

0 if successful, -1 in case of an error.

See Also