Click or drag to resize
StaticObjectWrapperObjectType Class
Site related context methods and variables.
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticObjectWrapperObjectType

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class StaticObjectWrapper<ObjectType>
where ObjectType : class, new()

Type Parameters

ObjectType

The StaticObjectWrapperObjectType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStatic memberSingleton
Singleton object instance behind the wrapper
Top
See Also