BCDocumentWorkflowAssignToDoPersons Method (IEnumerableString) | 
 
            Assigns workflow to-do persons 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 AssignToDoPersons(
	IEnumerable<string> todoUserNames
)
Public Sub AssignToDoPersons ( 
	todoUserNames As IEnumerable(Of String)
)
Parameters
- todoUserNames
 - Type: System.Collections.GenericIEnumerableString
The collection of user names of to-do persons. 
See Also