Click or drag to resize
CMSStatic Class
Base class for the static class
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public abstract class CMSStatic

The CMSStatic type exposes the following members.

Constructors
  NameDescription
Protected methodCMSStatic
Top
Properties
  NameDescription
Public propertyStatic memberCurrentContext
Current context name
Public propertyStatic memberMultipleContextsUsed
If true, multiple execution contexts were used
Top
Methods
  NameDescription
Protected methodReset
Resets the static field to its original state
Protected methodReset(Int32)
Resets the static field to its original state in the given context
Protected methodResizeStorage
Resizes the storage to the given size
Top
See Also