ApplicationData.GetPublisherCacheFolder(String) Method

Definition

Gets the specified subfolder of the shared data store for the publisher of the app.

public:
 virtual StorageFolder ^ GetPublisherCacheFolder(Platform::String ^ folderName) = GetPublisherCacheFolder;
StorageFolder GetPublisherCacheFolder(winrt::hstring const& folderName);
public StorageFolder GetPublisherCacheFolder(string folderName);
function getPublisherCacheFolder(folderName)
Public Function GetPublisherCacheFolder (folderName As String) As StorageFolder

Parameters

folderName
String

Platform::String

winrt::hstring

The name of the subfolder to get.

Returns

Returns a StorageFolder object that represents the specified subfolder of the shared data store for the publisher of the app.

Applies to

See also