Click or drag to resize
CMSStaticObjectTValue Class

Note: This API is now obsolete.

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.BaseCMSStaticTValue
    CMS.BaseCMSStaticObjectTValue

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMSStatic with initializer method.")]
public class CMSStaticObject<TValue> : CMSStatic<TValue>
where TValue : new()

Type Parameters

TValue

The CMSStaticObjectTValue type exposes the following members.

Constructors
Properties
Methods
See Also