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.40.0)

Syntax

C#
public void ChangeTodoPerson(
	string todoUserName,
	string comment
)
Visual Basic
Public Sub ChangeTodoPerson ( _
	todoUserName As String, _
	comment As String _
)
Visual C++
public:
void ChangeTodoPerson(
	String^ todoUserName, 
	String^ comment
)

Parameters

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

See Also