BCEdmItemsUIChangeWFState Method |
Changes the document(s) workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: 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
)
Public Sub ChangeWFState (
owner As IWin32Window,
caption As String,
state As DocumentWorkflowFlags,
comment As String,
todoUserName As String
)
public:
void ChangeWFState(
IWin32Window^ owner,
String^ caption,
DocumentWorkflowFlags state,
String^ comment,
String^ todoUserName
)
member ChangeWFState :
owner : IWin32Window *
caption : string *
state : DocumentWorkflowFlags *
comment : string *
todoUserName : string -> unit
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