Skip to content

Commit 080e40a

Browse files
Merge pull request #2497 from ChrisGuzak/docs
App extension public folder is in the package location and immutable to hosts and extensions
2 parents 3158f3d + 2e34452 commit 080e40a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

windows.applicationmodel.appextensions/appextension_getpublicfolder_126839260.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ public Windows.Storage.StorageFolder GetPublicFolder ();
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 definition. It is read-only to both the extension and its host.
2323

2424
## -examples
2525

windows.applicationmodel.appextensions/appextension_getpublicfolderasync_353057648.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ 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 definition. It is read-only to both the extension and its host.
2323

2424
## -examples
2525

0 commit comments

Comments
 (0)