QuickLinkName (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the QuickLinkName setting in Windows Embedded 8 Standard (Standard 8).

This setting contains the friendly name of the site as it appears on the Favorites toolbar.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Internet Explorer 10

Features/User Applications/Internet Explorer 10/QuickLinkList/QuickLinkItem/QuickLinkName

XML Example

This example shows how to configure a QuickLinkList.

<QuickLinkList>
    <QuickLinkItem>
        <QLID>0</QLID>
        <QuickLinkUrl>http://www.fabrikam.com/QL.htm</QuickLinkUrl>
        <QuickLinkName>Fabrikam Quick Link 1</QuickLinkName>
    </QuickLinkItem>
    <QuickLinkItem>
        <QLID>1</QLID>
        <QuickLinkUrl>http://www.fabrikam.com/QL2.htm</QuickLinkUrl>
        <QuickLinkName>Fabrikam Quick Link 2</QuickLinkName>
    </QuickLinkItem>
</QuickLinkList>

See Also

Reference

QLID
QuickLinkUrl
Thin Client Template

Concepts

Feature Module Settings