Compartilhar via


ApplicationData.ClearPublisherCacheFolderAsync(String) Method

Definition

Clears the files and subfolders from the specified subfolder of the shared storage folder for the publisher asynchronously.

public:
 virtual IAsyncAction ^ ClearPublisherCacheFolderAsync(Platform::String ^ folderName) = ClearPublisherCacheFolderAsync;
IAsyncAction ClearPublisherCacheFolderAsync(winrt::hstring const& folderName);
public IAsyncAction ClearPublisherCacheFolderAsync(string folderName);
function clearPublisherCacheFolderAsync(folderName)
Public Function ClearPublisherCacheFolderAsync (folderName As String) As IAsyncAction

Parameters

folderName
String

Platform::String

winrt::hstring

The name of the subfolder to clear.

Returns

Returns an IAsyncAction object that's used to track the asynchronous operation.

Applies to

See also