BCSDocumentChangeTodoPerson Method |
Sets a new to-do person for the document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: 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
)
Public Sub ChangeTodoPerson (
todoUserName As String,
comment As String
)
public:
void ChangeTodoPerson(
String^ todoUserName,
String^ comment
)
member ChangeTodoPerson :
todoUserName : string *
comment : string -> unit
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