Click or drag to resize

BCDocumentWorkflowExtenderChangeToDoPerson Method

Forwards a document to another user.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void ChangeToDoPerson(
	string todoUserName,
	string message
)

Parameters

todoUserName
Type: SystemString
The user name.
message
Type: SystemString
The text message that will be appended to the document log.
Remarks
This method is applicable for the Standard Document Workflow.
See Also