ApplicationData.GetPublisherCacheFolder(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 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.