BCEdmItemsUIExecutePWFTransition Method |
Executes a project workflow transition.
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 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)
)
public:
void ExecutePWFTransition(
IWin32Window^ owner,
String^ transitionID,
String^ definitionID,
String^ comment,
IEnumerable<String^>^ managerUserNames
)
member ExecutePWFTransition :
owner : IWin32Window *
transitionID : string *
definitionID : string *
comment : string *
managerUserNames : IEnumerable<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.
- 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