Click or drag to resize

BCRepositoryReOpen Method (Boolean, NullableDateTime, String)

Reopens the repository at the specified moment and in the specified work area. 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.111.0)
Syntax
public void ReOpen(
	bool commit,
	DateTime? moment,
	string workAreaID
)

Parameters

commit
Type: SystemBoolean
A value indicating whether changes made during the current transaction should be committed.
moment
Type: SystemNullableDateTime
Specifies the date at which to open the vault in History mode. If , then the vault will be opened at the present time and mode in which the repository was initially opened.
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