Edit

Share via


ApplicationDataStorageHelper.TryDeleteCacheItemAsync(String) Method

Definition

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.

Applies to