Click or drag to resize

BCSDocument.ReassignManagers Method (IEnumerable<String>, String)

Assigns workflow managers for the document.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void ReassignManagers(
	IEnumerable<string> managerUserNames,
	string comment
)

Parameters

managerUserNames
Type: System.Collections.Generic.IEnumerable<String>
The collection of user names of managers.
comment
Type: System.String
The text message of a comment.
See Also