Click or drag to resize
PersistentStorageHelper Class
Persistent storage management.
Inheritance Hierarchy
SystemObject
  CMS.HelpersPersistentStorageHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class PersistentStorageHelper

The PersistentStorageHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPersistentDirectory
Persistent data directory.
Top
Methods
  NameDescription
Public methodStatic memberGetValue
Gets the value of persistent item identified by key.
Public methodStatic memberRemoveValue
Removes a persistent item identified by key from storage.
Public methodStatic memberSetValue
Sets a persistent item identified by key. Setting a null value has the same effect as a call to RemoveValue(String). Does nothing when key is null.
Top
See Also