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

Inserts an individual workflow definition component into the database.

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

Syntax

C#
public int InsertWorkflowDefinitionDetailsInfo(
	WorkflowDefinitionDetailsInfo wddi
)
Visual Basic (Declaration)
Public Function InsertWorkflowDefinitionDetailsInfo ( _
	wddi As WorkflowDefinitionDetailsInfo _
) As Integer
Visual C++
public:
int InsertWorkflowDefinitionDetailsInfo(
	WorkflowDefinitionDetailsInfo^ wddi
)

Parameters

wddi
Type: OfficeClip.BusinessLayer.Framework.Workflow..::.WorkflowDefinitionDetailsInfo
Instance of the WorkflowDefinitionDetailsInfo object containing all the details of the workflow. WorkflowDefinitionDetailsInfo

Return Value

Id of the newly created workflow definition when successful, -1 in case of an error.

See Also