BCEdmItemsUIExecutePWFTransition Method  | 
 
            Executes a project 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)
Syntaxpublic void ExecutePWFTransition(
	IWin32Window owner,
	string transitionID,
	string definitionID,
	string comment,
	IEnumerable<string> managerUserNames
)
Public Sub ExecutePWFTransition ( 
	owner As IWin32Window,
	transitionID As String,
	definitionID As String,
	comment As String,
	managerUserNames 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 project definition. - comment
 - Type: SystemString
The text message of a comment. - managerUserNames
 - Type: System.Collections.GenericIEnumerableString
The collection of user names of managers. 
See Also