Click or drag to resize
BCWorkAreaExtenderChangeState Method (BCWorkPackageTransition, Boolean)
Moves the work area to another state using the specified mode.

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 ChangeState(
	BCWorkPackageTransition transition,
	bool userMode
)

Parameters

transition
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackageTransition
The transition to execute.
userMode
Type: SystemBoolean
A value indicating whether to execute the transition in User mode or Submitted mode. If , the method creates a new transaction in Submitted mode in the context of the current work area (the transaction is closed by the method when the transition is completed).
See Also