The PersistentStorageHelper type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DeleteExpiredFiles |
Deletes the expired files.
| |
| DeleteFile |
Deletes the file for specified key.
| |
| GetFilePath |
Gets the file path for specified key. If key is null, returns the persistent files directory.
| |
| GetValue |
Gets the object value.
| |
| GetValueFromFile |
Gets the value from specified file.
| |
| RemoveValue |
Removes the value from storage.
| |
| SaveValueToFile |
Saves the value to file.
| |
| SetValue |
Sets the object value.
|
Properties
| Name | Description | |
|---|---|---|
| LastError |
Last provider error.
| |
| PersistentDirectory |
Persistent data directory.
|
See Also