url Element (Search Connector Schema)
[This documentation is preliminary and is subject to change.]
The <url> element specifies a URL to the thumbnail for this search connector. If <imageLink> exists, this element is required. It has no child elements and no attributes.
Syntax
<!-- url -->
<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 |
---|---|
imageLink Element (Search Connector Schema) |
Remarks
The 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).
Example of a imageLinkurl Element
<imageLink>
<imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>