BCRepositoryReOpen Method (Boolean, Boolean) |
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: 4.0.0.0 (4.0.111.0)
Syntax public void ReOpen(
bool commit,
bool userMode
)
Public Sub ReOpen (
commit As Boolean,
userMode As Boolean
)
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.
See Also