BCDocumentWorkflowExtenderAssignManagers Method (IEnumerableString) |
Assigns workflow managers for the document.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void AssignManagers(
IEnumerable<string> managerUserNames
)
Public Sub AssignManagers (
managerUserNames As IEnumerable(Of String)
)
Parameters
- managerUserNames
- Type: System.Collections.GenericIEnumerableString
The collection of user names of managers.
Remarks
This method is applicable for the Document Type Workflow.
See Also