Reopens the repository in the specified work area and mode.
All transaction objects will be disposed.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Sub ReOpen ( _
commit As Boolean, _
userMode As Boolean, _
workAreaID As String _
) |
Visual C++ |
---|
public:
void ReOpen(
bool commit,
bool userMode,
String^ workAreaID
) |
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.
- 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.
See Also