Skip to content

Commit f9719d6

Browse files
authored
Update appextension_getpublicfolderasync_353057648.md
1 parent 8cb6f03 commit f9719d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

windows.applicationmodel.appextensions/appextension_getpublicfolderasync_353057648.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ public Windows.Foundation.IAsyncOperation<Windows.Storage.StorageFolder> GetPubl
1111

1212
## -description
1313

14-
Gets the readable subfolder in the extension's isolated storage.
14+
Gets the subfolder provided by the `PublicFolder` attribute in the app extension for sharing files between the extension and the host.
1515

1616
## -returns
1717

1818
The public sub-folder.
1919

2020
## -remarks
2121

22-
An extension can provide a subfolder containing files that hosting apps can read from. Hosts cannot write to the folder.
22+
Extensions must create this folder by populating it with files as part of their package defintion. It is read-only to both the
23+
extension and its host.
2324

2425
## -examples
2526

0 commit comments

Comments
 (0)