FaviconURL
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
FaviconURL
specifies the path to an icon for a specific Internet Explorer® Search Scope.
Values
path |
Specifies the path to an icon to be used as a Search Suggestion. Path is a string. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | FaviconURL
Applies To
For a 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 specify paths to icons used for the Search Suggestions.
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>https://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<FaviconURL>http://www.fabrikam.com/fabrikam.jpg</FaviconURL>
</Scope>
<Scope wcm:action="add">
<ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider2</ScopeKey>
<ScopeUrl>http://search.fabrikam.com/results.aspx?q="{searchTerms}"</ScopeUrl>
<FaviconURL>https://www.contoso.com/search/search.ico</FaviconURL>
</Scope>
</SearchScopes>