Click or drag to resize
StaticObjectWrapperObjectType Class

Note: This API is now obsolete.

Site related context methods and variables.
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticObjectWrapperObjectType

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Type was not intended for public use and will be removed in the next version.")]
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