Share via


AppExtension.GetPublicFolderAsync Method

Definition

Gets the readable subfolder in the extension's isolated storage.

public:
 virtual IAsyncOperation<StorageFolder ^> ^ GetPublicFolderAsync() = GetPublicFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFolder> GetPublicFolderAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFolder> GetPublicFolderAsync();
function getPublicFolderAsync()
Public Function GetPublicFolderAsync () As IAsyncOperation(Of StorageFolder)

Returns

The public sub-folder.

Attributes

Remarks

An extension can provide a subfolder containing files that hosting apps can read from. Hosts cannot write to the folder.

Applies to

See also