| BCRepositoryIsUserMode Property |
Gets a value indicating whether the repository is opened in writable mode.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic bool IsUserMode { get; }Public ReadOnly Property IsUserMode As Boolean
Get
public:
property bool IsUserMode {
bool get ();
}member IsUserMode : bool with get
Property Value
Type:
Boolean
Remarks
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