Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
QuickLinkList is a container for QuickLinkItem settings.
Child Elements
| Setting | Description |
|---|---|
| QuickLinkItem | Specifies a shortcut on the Favorites toolbar. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | QuickLinkList
Applies To
For the list of the supported windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to configure QuickLinkList.
<QuickLinkList>
<QuickLinkItem>
<QLID>0</QLID>
<QuickLinkUrl>https://www.fabrikam.com/QL.htm</QuickLinkUrl>
<QuickLinkName>Fabrikam Quick Link</QuickLinkName>
</QuickLinkItem>
<QuickLinkItem>
<QLID>1</QLID>
<QuickLinkUrl>https://www.fabrikam.com/QL2.htm</QuickLinkUrl>
<QuickLinkName>Fabrikam Quick Link 2</QuickLinkName>
</QuickLinkItem>
</QuickLinkList>