ApplicationData.ClearPublisherCacheFolderAsync(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.
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.