Gets or sets the small logo image, used in search results, the All Programs list, and other locations in the user interface (UI).
Syntax
var smallLogo = secondaryTile.smallLogo;
secondaryTile.smallLogo = smallLogo;
Property value
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The location of the image. This must be expressed using this scheme:
| Term | Description |
|---|---|
|
ms-appx:/// |
A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. |
Remarks
If this image is not provided, the small logo of this secondary tile's parent app is used.
A logo image that is saved locally (ms-appdata://localfolder/) by the app to use in a secondary tile should not be deleted by the app. This prevents loss of the image if the cache is cleared.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012