2024-03-22 11:07:59 -04:00

21 lines
695 B
Markdown

---
author: paolomatarazzo
ms.author: paoloma
ms.date: 03/13/2024
ms.topic: include
---
Example of the output of the PowerShell cmdlet `Export-StartLayoutEdgeAssets`:
```xml
<SecondaryTileAssets>
<SecondaryTileAsset>
<RelativeFilePath><![CDATA[Pins\MSEdge._pin_liejfngppphclkplgppaghabld\SmallLogo.png]]></RelativeFilePath>
<Base64EncodedImage> Base64 encoded value of the logo </Base64EncodedImage>
</SecondaryTileAsset>
<SecondaryTileAsset>
<RelativeFilePath><![CDATA[Pins\MSEdge._pin_liejfngppphclkplgppaghabld\Logo.png]]></RelativeFilePath>
<Base64EncodedImage> Base64 encoded value of the logo </Base64EncodedImage>
</SecondaryTileAsset>
</SecondaryTileAssets>
```