BCDocumentWorkflowExtenderStartQuickChangeFor Method |
Creates a working copy (Quick Change) for the specified 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 StartQuickChangeFor(
string message,
string todoUserName
)
Public Sub StartQuickChangeFor (
message As String,
todoUserName As String
)
Parameters
- message
- Type: SystemString
The text message to be added in the workflow log.
Can be or an empty string.
- todoUserName
- Type: SystemString
The user name of the to-do person.
See Also