Click or drag to resize
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.19.0)
Syntax
public void ExecutePWFTransition(
	IWin32Window owner,
	string transitionID,
	string definitionID,
	string comment,
	IEnumerable<string> managerUserNames
)

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