BCRepositoryIsWorkIsolationMode Property |
Note: This API is now obsolete.
Gets a value indicating whether the Work Isolation mode has been enabled for the vault.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the "WorkIsolationMode" property.")]
public bool IsWorkIsolationMode { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "WorkIsolationMode" property.")>
Public ReadOnly Property IsWorkIsolationMode As Boolean
Get
Property Value
Type:
BooleanRemarks
This property might be removed from future versions. Use the
WorkIsolationMode property.
See Also