Click or drag to resize
BCEdmItemsUIChangeWFState Method
Changes the document(s) workflow state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ChangeWFState(
	IWin32Window owner,
	string caption,
	DocumentWorkflowFlags state,
	string comment,
	string todoUserName
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
caption
Type: SystemString
The caption of the dialog.
state
Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags.
comment
Type: SystemString
The text message of a comment.
todoUserName
Type: SystemString
The user name of a person for the target state.
Remarks
If caption, comment and todoUserName are empty strings or then the Change SDWF State dialog will be displayed.
See Also