Reopens the repository in the specified mode and work area in which the repository was initially opened. All transaction objects will be disposed.

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 void ReOpen(
	bool commit,
	bool userMode
)
Visual Basic
Public Sub ReOpen ( _
	commit As Boolean, _
	userMode As Boolean _
)
Visual C++
public:
void ReOpen(
	bool commit, 
	bool userMode
)

Parameters

commit
Type: System..::..Boolean
A value indicating whether changes made during the current transaction should be committed.
userMode
Type: System..::..Boolean
A value indicating whether to reopen in User mode or Submitted mode.

See Also