We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3158f3d commit 2e3ddeaCopy full SHA for 2e3ddea
1 file changed
windows.applicationmodel.appextensions/appextension_getpublicfolder_126839260.md
@@ -11,15 +11,16 @@ public Windows.Storage.StorageFolder GetPublicFolder ();
11
12
## -description
13
14
-Gets the readable subfolder in the extension's isolated storage.
+Gets the subfolder provided by the `PublicFolder` in the app extension for sharing files between the extension and the host.
15
16
## -returns
17
18
The public sub-folder.
19
20
## -remarks
21
22
-An extension can provide a subfolder containing files that hosting apps can read from. Hosts cannot write to the folder.
+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.
24
25
## -examples
26
0 commit comments