You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| installSource | wstring | Description of type of installer for the app. See *installSource* for supported values. |
127
127
| lightIconInfo |**IconInfo**| Information about the light icon. |
128
-
| darkIconInfo |**IconInfo**| Information about the light icon. |
128
+
| darkIconInfo |**IconInfo**| Information about the dark icon. |
129
129
| appName | wstring | App display name. |
130
130
| publisher | wstring | Publishers name of the app from Add Remove Programs. |
131
131
| lastLaunchTime | uint64 | This is a calculated value that represents the last time the app was launched. |
@@ -166,9 +166,18 @@ Supported values for the *wingetSource* field.
166
166
167
167
| Name | Type | Description |
168
168
|------|-------|---------|
169
-
| appIconAssetId | wstring | The ID representing an icon. |
169
+
| appIconAssetId | wstring | The ID representing an icon from the cloud. The appIconAssetId represents the icon stored in the cloud which was generated from the app installer either through add remove programs metadata or AppxManifest files. |
| targetPath | wstring | Link to the executable that launching the tile will shell execute. |
194
-
| shortcutArgs | wstring | Arguments provided on launch. |
195
-
196
-
### Type: Windows.Data.Apps.FileInfo structure
197
-
198
196
#### FileInfo values
199
197
200
198
FileInfo values are populated from the *App Compatibility* JSON above. All FileInfo values are provided as WSTRINGs, though some of the values in the JSON are different.
@@ -247,6 +245,19 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
| aumid | wstring | Application user model ID. Optional. For more information, see [Find the Application User Model ID of an installed app](/windows/configuration/store/find-aumid?tabs=ps)|
As part of backup, when the user has enabled backup of the apps list, the following data about tiles is collected and placed in a db file for uploading to the Cloud.
276
-
277
-
The following code segment describes the format of the file and provides descriptions for each field.
278
-
279
-
```json
280
-
{
281
-
"tileId": Unique tile identifier,
282
-
"displayName": String displayed on tile,
283
-
"sortName": String value used for sorting in search,
284
-
"packageId": String containing the package name the executable is associated with,
285
-
"shortcut": {
286
-
"Data": {
287
-
"targetPath": String containing the path to the executable that launching the tile will shell execute,
288
-
"shortcutArgs": A string containing the arguments provided on launch
289
-
}
290
-
},
291
-
"suiteName": ""
292
-
}
293
-
294
-
lightIconInfo=>{
295
-
"Data": {
296
-
"appIconAssetId": Unique identifier for light icon,
297
-
"isPlated": Plated or not. }
298
-
}
299
-
300
-
darkIconInfo=>{
301
-
"Data": {
302
-
"appIconAssetId": Unique identifier for dark icon,
303
-
"isPlated": Plated or not.
304
-
}
305
-
}
306
-
307
-
```
308
-
309
284
## Autoplay
310
285
311
286
This setting helps to set defaults for removable drives and memory cards
0 commit comments