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

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

Property Value

Type: Boolean

Implements

ICMSStorageIsDisconnected
See Also