Click or drag to resize
AbstractCMSLazy Class

Note: This API is now obsolete.

Abstract class for the lazy loaded objects
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Class was not designed to be used in custom code and will be removed.")]
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