ApplicationDataStorageHelper.TryDeleteCacheItemAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a file or folder item in the LocalCacheFolder.
public System.Threading.Tasks.Task<bool> TryDeleteCacheItemAsync (string itemPath);
member this.TryDeleteCacheItemAsync : string -> System.Threading.Tasks.Task<bool>
Public Function TryDeleteCacheItemAsync (itemPath As String) As Task(Of Boolean)
Parameters
- itemPath
- String
The path to the item for deletion.
Returns
Waiting task until completion.