ApplicationData.LocalCacheFolder Property

Definition

Gets the folder in the local app data store where you can save files that are not included in backup and restore.

public:
 property StorageFolder ^ LocalCacheFolder { StorageFolder ^ get(); };
StorageFolder LocalCacheFolder();
public StorageFolder LocalCacheFolder { get; }
var storageFolder = applicationData.localCacheFolder;
Public ReadOnly Property LocalCacheFolder As StorageFolder

Property Value

The folder in the local app data store where you can save files that are not included in backup and restore.

Applies to