Changes the document(s) workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void ChangeWFState( IWin32Window owner, string caption, DocumentWorkflowFlags state, string comment, string todoUserName )
Parameters
- owner
- Type:
System.Windows.Forms IWin32Window
Any object that implementsIWin32Window 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
See Also