BCProjectWorkflowMigrate Method (BCProjectWorkflowState, String, IEnumerableString) |
Migrate the project to the specified workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void Migrate(
BCProjectWorkflowState state,
string comment,
IEnumerable<string> managerUserNames
)
Public Sub Migrate (
state As BCProjectWorkflowState,
comment As String,
managerUserNames As IEnumerable(Of String)
)
public:
void Migrate(
BCProjectWorkflowState^ state,
String^ comment,
IEnumerable<String^>^ managerUserNames
)
member Migrate :
state : BCProjectWorkflowState *
comment : string *
managerUserNames : IEnumerable<string> -> unit
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCProjectWorkflowState
The state of a new workflow. - comment
- Type: SystemString
The text message of a comment. - managerUserNames
- Type: System.Collections.GenericIEnumerableString
The collection of user names of managers.
See Also