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: 8.2.23
Syntax
C#
public static class PersistentStorageHelper

The PersistentStorageHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeleteExpiredFiles Obsolete.
Deletes the expired files.
Public methodStatic memberDeleteFile Obsolete.
Deletes the file for specified key.
Public methodStatic memberGetFilePath Obsolete.
Gets the file path for specified key.
Public methodStatic memberGetValue
Gets the value of persistent item identified by key.
Public methodStatic memberGetValueFromFile Obsolete.
Gets the value from specified file.
Public methodStatic memberRemoveValue
Removes a persistent item identified by key from storage.
Public methodStatic memberSaveValueToFile Obsolete.
Saves the value to file.
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
Properties
  NameDescription
Public propertyStatic memberLastError Obsolete.
Last provider error.
Public propertyStatic memberPersistentDirectory
Persistent data directory.
Top
See Also