Click or drag to resize
BCRepositoryIsOpen Property

Note: This API is now obsolete.

Gets a value indicating whether the repository is currently opened.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ObsoleteAttribute("This property might be removed from future versions. Use the "IsDisposed" property.")]
public bool IsOpen { get; }

Property Value

Type: Boolean
Remarks
This property might be removed from future versions. Use the IsDisposed property.
See Also