Click or drag to resize
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.19.0)
Syntax
public void StartQuickChangeFor(
	string message,
	string todoUserName
)

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