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

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

Property Value

Type: Boolean

Implements

ICMSStorageIsDisconnected
See Also