BCRepositoryIsUserMode Property |
Gets a value indicating whether the repository is opened in writable mode.
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 bool IsUserMode { get; }
Public ReadOnly Property IsUserMode As Boolean
Get
Property Value
Type:
BooleanRemarks
If and Moment is ,
the repository is opened in Submitted mode.
If and Moment is not ,
the repository is opened in History mode.
See Also