BCSProjectReassignWorkFlowManagers Method (IEnumerableString, String) |
Assigns workflow managers for the project.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void ReassignWorkFlowManagers(
IEnumerable<string> managerUserNames,
string comment
)
Public Sub ReassignWorkFlowManagers (
managerUserNames As IEnumerable(Of String),
comment As String
)
Parameters
- managerUserNames
- Type: System.Collections.GenericIEnumerableString
The collection of user names of managers. - comment
- Type: SystemString
The text message of a comment.
See Also