BCDocumentWorkflowAssignManagers Method (IEnumerableString) | 
 
            Assigns workflow managers for the document.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic 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. 
See Also