Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationData.LocalCacheFolder Property

Definition

Namespace:
Windows.Storage

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.

Applies to


Feedback

Was this page helpful?