Edit

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.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <Extension>
         └─ <PublisherCacheFolders>

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <PublisherCacheFolders>

    <!-- Child elements -->
    Folder{1,100}

  </PublisherCacheFolders>
</Package>

Key

{} specific range of occurrences

Attributes

Attribute Description Data type Required Default value
Specifies a folder that the package shares with other packages from the same publisher.
Description
-
Declares an extensibility point for the package.
Value
--
http://schemas.microsoft.com/appx/manifest/foundation/windows10

Child elements

Child element Description
Folder Specifies a folder that the package shares with other packages from the same publisher.

Parent elements

Parent element Description
Extension Declares an extensibility point for the package.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10
Minimum OS Version

Remarks

Examples