Table of Contents

Interface ICMSStorage

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface to access the CMS objects and collections as storages

public interface ICMSStorage
Extension Methods

Properties

IsCachedObject

If true, the object is cached within the system for later use

bool IsCachedObject { get; set; }

Property Value

bool

IsDisconnected

Returns true if the storage is disconnected

bool IsDisconnected { get; }

Property Value

bool