Click or drag to resize
PersistentStorageHelper Methods

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
See Also