Assigns workflow to-do persons for the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void ReassignToDoPersons(
	IEnumerable<string> todoUserNames,
	string comment
)
Visual Basic
Public Sub ReassignToDoPersons ( _
	todoUserNames As IEnumerable(Of String), _
	comment As String _
)
Visual C++
public:
void ReassignToDoPersons(
	IEnumerable<String^>^ todoUserNames, 
	String^ comment
)

Parameters

todoUserNames
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of to-do persons.
comment
Type: System..::..String
The text message of a comment.

See Also