Migrate the project to the specified workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void Migrate( BCProjectWorkflowState state, string comment, IEnumerable<string> managerUserNames ) |
Visual Basic |
---|
Public Sub Migrate ( _ state As BCProjectWorkflowState, _ comment As String, _ managerUserNames As IEnumerable(Of String) _ ) |
Visual C++ |
---|
public: void Migrate( BCProjectWorkflowState^ state, String^ comment, IEnumerable<String^>^ managerUserNames ) |
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCProjectWorkflowState
The state of a new workflow.
- comment
- Type: System..::..String
The text message of a comment.
- managerUserNames
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of managers.