Returns a new BCRepository instance that is connected to the same vault, opened at the specified moment and work area.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCRepository NewTransaction(
	bool userMode,
	string workAreaID
)
Visual Basic
Public Function NewTransaction ( _
	userMode As Boolean, _
	workAreaID As String _
) As BCRepository
Visual C++
public:
BCRepository^ NewTransaction(
	bool userMode, 
	String^ workAreaID
)

Parameters

userMode
Type: System..::..Boolean
A value indicating whether to connect in User mode or Submitted mode.
workAreaID
Type: System..::..String
The ID property value of the work area. If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string, then the vault will be opened in the context of the main area.

Return Value

The new BCRepository instance.

See Also