Assigns workflow managers 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 ReassignManagers(
	IEnumerable<string> managerUserNames,
	string comment
)
Visual Basic
Public Sub ReassignManagers ( _
	managerUserNames As IEnumerable(Of String), _
	comment As String _
)
Visual C++
public:
void ReassignManagers(
	IEnumerable<String^>^ managerUserNames, 
	String^ comment
)

Parameters

managerUserNames
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of managers.
comment
Type: System..::..String
The text message of a comment.

See Also