BCEdmItemsUIExecuteCWFTransition Method |
Executes a document workflow transition.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void ExecuteCWFTransition(
IWin32Window owner,
string transitionID,
string definitionID,
string comment,
IEnumerable<string> todoUserNames
)
Public Sub ExecuteCWFTransition (
owner As IWin32Window,
transitionID As String,
definitionID As String,
comment As String,
todoUserNames As IEnumerable(Of String)
)
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level
window that will own the modal dialog box.
- transitionID
- Type: SystemString
The ID property value of the workflow transition to execute. - definitionID
- Type: SystemString
The ID property value of the workflow definition. - comment
- Type: SystemString
The text message of a comment. - todoUserNames
- Type: System.Collections.GenericIEnumerableString
The collection of user names of to-do persons.
See Also