PersistentStorageHelper Class |
Namespace: CMS.Helpers
public static class PersistentStorageHelper
The PersistentStorageHelper type exposes the following members.
Name | Description | |
---|---|---|
DeleteExpiredFiles | Obsolete.
Deletes the expired files.
| |
DeleteFile | Obsolete.
Deletes the file for specified key.
| |
GetFilePath | Obsolete.
Gets the file path for specified key.
| |
GetValue |
Gets the value of persistent item identified by key.
| |
GetValueFromFile | Obsolete.
Gets the value from specified file.
| |
RemoveValue |
Removes a persistent item identified by key from storage.
| |
SaveValueToFile | Obsolete.
Saves the value to file.
| |
SetValue |
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.
|
Name | Description | |
---|---|---|
LastError | Obsolete.
Last provider error.
| |
PersistentDirectory |
Persistent data directory.
|