BCSDocument ChangeTodoPerson Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Sets a new to-do person for the document.

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

public void ChangeTodoPerson(
	string todoUserName,
	string comment
)

Parameters

todoUserName
Type: OnlineSystem String
The user name of the to-do person.
comment
Type: OnlineSystem String
The text message that will be appended to the document log.
See Also