Click or drag to resize
CMSDataContextBaseParentTypeIsDisconnected Property
Returns true if this object is disconnected from the database

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

Property Value

Type: Boolean

Implements

ICMSStorageIsDisconnected
See Also