Click or drag to resize
BCDocumentWorkflowExtenderAssignToDoPersons Method (IEnumerableString, String)
Assigns workflow to-do persons for the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void AssignToDoPersons(
	IEnumerable<string> todoUserNames,
	string comment
)

Parameters

todoUserNames
Type: System.Collections.GenericIEnumerableString
The collection of user names of to-do persons.
comment
Type: SystemString
The text message of a comment.
Remarks
This method is applicable for the Document Type Workflow.
See Also