Moves a document to another workflow state.

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

Syntax

C#
public void ChangeState(
	DocumentWorkflowFlags state,
	string message,
	string todoUserName
)
Visual Basic
Public Sub ChangeState ( _
	state As DocumentWorkflowFlags, _
	message As String, _
	todoUserName As String _
)
Visual C++
public:
void ChangeState(
	DocumentWorkflowFlags state, 
	String^ message, 
	String^ todoUserName
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..DocumentWorkflowFlags
The target state.
message
Type: System..::..String
The text message that will be appended to the document log.
todoUserName
Type: System..::..String
The user name of a person for the target state.

See Also