imageLink Element (Search Connector Schema)

[This documentation is preliminary and is subject to change.]

The optional <imageLink> element specifies a thumbnail for this search connector. This element has one mandatory child element and no attributes.

Syntax

<!-- imageLink -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="imageLink" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="url" type="xs:anyURI"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>            
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

Element Information

Parent Element Child Elements
searchConnectorDescriptionType Element (Search Connector Schema) url Element (Search Connector Schema)

Remarks

The imageLink value can be a local filesystem path or a URL. The image file can be any of the basic image types supported by Windows 7 (PNG, BMP, JPG, GIF).

<imageLink>
    <imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>