Click or drag to resize
AbstractCMSLazy Class
Abstract class for the lazy loaded objects
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public abstract class AbstractCMSLazy

The AbstractCMSLazy type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractCMSLazy
Top
Methods
  NameDescription
Public methodReset
Resets the state of the object to re-initialize the value on the next request
Public methodStatic memberResetObjects
Resets the list of lazy loaded objects
Top
See Also