Share via


ApplicationData.GetPublisherCachePath(String) Method

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to