QLID (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string that specifies a unique identifier to represent the QuickLinkItem.

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/QLID

XML Example

This XML 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

QuickLinkUrl
QuickLinkName
Thin Client Template

Concepts

Feature Module Settings