Click or drag to resize
BCRepositoryReOpen Method (Boolean, Boolean, String)
Reopens the repository in the specified work area and mode. All transaction objects will be disposed.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ReOpen(
	bool commit,
	bool userMode,
	string workAreaID
)

Parameters

commit
Type: SystemBoolean
A value indicating whether changes made during the current transaction should be committed.
userMode
Type: SystemBoolean
A value indicating whether to reopen in User mode or Submitted mode.
workAreaID
Type: SystemString
The ID property value of the work area. If or an empty string, then the vault will be opened in the context of the main area.
See Also