Initiates a workflow for the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void StartWorkFlow(
	string workflowName,
	string transitionName
)
Visual Basic
Public Sub StartWorkFlow ( _
	workflowName As String, _
	transitionName As String _
)
Visual C++
public:
void StartWorkFlow(
	String^ workflowName, 
	String^ transitionName
)

Parameters

workflowName
Type: System..::..String
The name of the workflow.
transitionName
Type: System..::..String
The name of the transition.

See Also