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

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

Property Value

Type: Boolean

Implements

ICMSStorageIsDisconnected
See Also