Click or drag to resize
BCSDocumentChangeTodoPerson Method
Sets a new to-do person for the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ChangeTodoPerson(
	string todoUserName,
	string comment
)

Parameters

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