Click or drag to resize
CMSStaticObjectTValue Class
Static object wrapper which provides static variables based on the current context name - Variant that provides a new object instance for each context
Inheritance Hierarchy
SystemObject
  CMS.BaseCMSStatic
    CMS.BaseCMSStaticTValue
      CMS.BaseCMSStaticObjectTValue

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class CMSStaticObject<TValue> : CMSStatic<TValue>
where TValue : new()

Type Parameters

TValue

The CMSStaticObjectTValue type exposes the following members.

Constructors
Properties
Methods
See Also