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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public bool IsUserMode { get; }
Visual Basic
Public ReadOnly Property IsUserMode As Boolean
	Get
Visual C++
public:
property bool IsUserMode {
	bool get ();
}

Remarks

If falseFalsefalsefalse (False in Visual Basic) and Moment is nullNothingnullptra null reference (Nothing in Visual Basic), the repository is opened in Submitted mode.

If falseFalsefalsefalse (False in Visual Basic) and Moment is not nullNothingnullptra null reference (Nothing in Visual Basic), the repository is opened in History mode.

See Also