ApplicationData.LocalCachePath 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.
A string value that represents the path for the local cache data store not included in backup and restore operations.
public:
property Platform::String ^ LocalCachePath { Platform::String ^ get(); };
winrt::hstring LocalCachePath();
public string LocalCachePath { get; }
var string = applicationData.localCachePath;
Public ReadOnly Property LocalCachePath As String
Property Value
Returns the path for the local cache data store not included in backup and restore operations.
Remarks
This is equivalent to Windows.Storage.ApplicationData.LocalCacheFolder().Path.