BCDocumentWorkflowAssignManagers Method (IEnumerableString, String) |
Assigns workflow managers for the document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void AssignManagers(
IEnumerable<string> managerUserNames,
string comment
)
Public Sub AssignManagers (
managerUserNames As IEnumerable(Of String),
comment As String
)
public:
void AssignManagers(
IEnumerable<String^>^ managerUserNames,
String^ comment
)
member AssignManagers :
managerUserNames : IEnumerable<string> *
comment : string -> unit
Parameters
- managerUserNames
- Type: System.Collections.GenericIEnumerableString
The collection of user names of managers. - comment
- Type: SystemString
The text message of a comment.
See Also