[ Version ( since = "3.24" ) ]
public void delete_cached_folder (string folder_name)
Deletes local data for the given folder_name
.
The folder should be part of the opened folders.
It doesn't delete the folder in the store (server) as such. Use delete_folder , or its synchronous variant, if you want to do that instead.
this |
a Store |
folder_name |
a folder full name to delete from the cache |