PersistentStorageHelper Class |
Namespace: CMS.Helpers
public static class PersistentStorageHelper
The PersistentStorageHelper type exposes the following members.
Name | Description | |
---|---|---|
PersistentDirectory |
Persistent data directory.
|
Name | Description | |
---|---|---|
GetValue |
Gets the value of persistent item identified by key.
| |
RemoveValue |
Removes a persistent item identified by key from storage.
| |
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.
|