Click or drag to resize

WorkflowPersonChangeEventArgs Constructor

Initializes a new instance of the WorkflowPersonChangeEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public WorkflowPersonChangeEventArgs(
	BCDocument document,
	string person
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document in the workflow.
person
Type: SystemString
The user name of the person in the new state.
See Also