Folder (Windows 10)
Specifies a folder that the package shares with other packages from the same publisher.
<Folder>
XML
<Folder
Name = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", \, /, |, ?, or *.' />
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Name | The folder name, which must be string valid for a folder name. Sub-folders in the folder name are not allowed. | A string with a value between 1 and 256 characters in length that cannot contain these characters: < , > , : , " , \ , / , | , ? , or * . |
Yes |
None.
Parent element | Description |
---|---|
PublisherCacheFolders | Declares a package extensibility point of type windows.publisherCacheFolders. This specifies one or more folders that the package shares with other packages from the same publisher. |
XML
<Extension Category="windows.publisherCacheFolders">
<Folder Name="Folder1"/>
<Folder Name="Folder2"/>
</Extension>
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |