Click or drag to resize
ObjectLifeTimeFunctions Class
Class transformation functions for ObjectLifeTimeEnum
Inheritance Hierarchy
SystemObject
  CMS.BaseObjectLifeTimeFunctions

Namespace: CMS.Base
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static class ObjectLifeTimeFunctions

The ObjectLifeTimeFunctions type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOBJECT_LIFE_TIME_KEY
Query string name/suffix used to retrieve object lifetime value.
Top
Methods
  NameDescription
Public methodStatic memberGetCurrentObjectLifeTime
Gets the current life time value
Public methodStatic memberObjectLifeTimeFromString
Converts string to enum representation
Public methodStatic memberObjectLifeTimeToString
Converts enum to string
Top
See Also