| BCDocumentWorkflowExtenderStartQuickChangeFor Method |
Creates a working copy (Quick Change) for the specified user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void StartQuickChangeFor(
string message,
string todoUserName
)
Public Sub StartQuickChangeFor (
message As String,
todoUserName As String
)
public:
void StartQuickChangeFor(
String^ message,
String^ todoUserName
)
member StartQuickChangeFor :
message : string *
todoUserName : string -> unit
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