Folder (Windows 10)
Specifies a folder that the package shares with other packages from the same publisher.
Element hierarchy
<Folder>
Syntax
<Folder
Name = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", \, /, |, ?, or *.' />
Attributes and elements
Attributes
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 |
Child elements
None.
Parent elements
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. |
Examples
<Extension Category="windows.publisherCacheFolders">
<Folder Name="Folder1"/>
<Folder Name="Folder2"/>
</Extension>
Requirements
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |