ApplicationData.LocalCacheFolder Property
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.
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.