PersistentStorageHelper MembersKentico 8.0 API Reference
The PersistentStorageHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberDeleteExpiredFiles
Deletes the expired files.
Public methodStatic memberDeleteFile
Deletes the file for specified key.
Public methodStatic memberGetFilePath
Gets the file path for specified key. If key is null, returns the persistent files directory.
Public methodStatic memberGetValue
Gets the object value.
Public methodStatic memberGetValueFromFile
Gets the value from specified file.
Public methodStatic memberRemoveValue
Removes the value from storage.
Public methodStatic memberSaveValueToFile
Saves the value to file.
Public methodStatic memberSetValue
Sets the object value.
Back to Top
Properties

  NameDescription
Public propertyStatic memberLastError
Last provider error.
Public propertyStatic memberPersistentDirectory
Persistent data directory.
Back to Top
See Also