BCDocumentWorkflowChangeTodoPerson Method  | 
 
            Forwards a document to another user.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void ChangeTodoPerson(
	string todoUserName,
	string message
)
Public Sub ChangeTodoPerson ( 
	todoUserName As String,
	message As String
)
Parameters
- todoUserName
 - Type: SystemString
The user name. - message
 - Type: SystemString
The text message that will be appended to the document log. 
See Also