ApplicationData.GetPublisherCachePath(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.
Gets the specified path of the shared data store for the publisher of the app.
public:
virtual Platform::String ^ GetPublisherCachePath(Platform::String ^ folderName) = GetPublisherCachePath;
winrt::hstring GetPublisherCachePath(winrt::hstring const& folderName);
public string GetPublisherCachePath(string folderName);
function getPublisherCachePath(folderName)
Public Function GetPublisherCachePath (folderName As String) As String
Parameters
- folderName
-
String
Platform::String
winrt::hstring
The name of the folder to get the path for.
Returns
Returns a string value that represents the path of the shared data store for the publisher of the app.
Remarks
This is equivalent to Windows.Storage.ApplicationData.GetPublisherCacheFolder(folderName).Path.