Click or drag to resize
InfoObjectRepository.IsDisconnected Property
Returns true if the repository is disconnected from the data source

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public override bool IsDisconnected { get; }

Property Value

Type: Boolean

Implements

ICMSStorage.IsDisconnected
See Also