[This is preliminary documentation and is subject to change.]
Deletes a particular workflow definition.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: 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.
