Changes the document(s) workflow state.

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

Syntax

C#
public void ChangeWFState(
	IWin32Window owner,
	string caption,
	DocumentWorkflowFlags state,
	string comment,
	string todoUserName
)
Visual Basic
Public Sub ChangeWFState ( _
	owner As IWin32Window, _
	caption As String, _
	state As DocumentWorkflowFlags, _
	comment As String, _
	todoUserName As String _
)
Visual C++
public:
void ChangeWFState(
	IWin32Window^ owner, 
	String^ caption, 
	DocumentWorkflowFlags state, 
	String^ comment, 
	String^ todoUserName
)

Parameters

owner
Type: System.Windows.Forms..::..IWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
caption
Type: System..::..String
The caption of the dialog.
state
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..DocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags.
comment
Type: System..::..String
The text message of a comment.
todoUserName
Type: System..::..String
The user name of a person for the target state.

Remarks

If caption, comment and todoUserName are empty strings or nullNothingnullptra null reference (Nothing in Visual Basic) then the Change SDWF State dialog will be displayed.

See Also