JumpListCategory Object
- string (optional) - One of the following:
frequent
- Displays a list of files frequently opened by the app, the name of the category and its items are set by Windows.custom
- Displays tasks or file links,name
must be set by the app.
items
JumpListItem[] (optional) - Array ofJumpListItem
objects iftype
istasks
orcustom
, otherwise it should be omitted.
Note: The maximum length of a Jump List item’s description
property is
260 characters. Beyond this limit, the item will not be added to the Jump
List, nor will it be displayed.