ScopeDisplayName
specifies the display name for the
search provider.
Values
Display_name |
Specifies the display name for the search provider. Display_name is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | ScopeDisplayName
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 set search providers.
![]() |
|
---|---|
<SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl> </Scope> <Scope wcm:action="add"> <ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName> <ScopeKey>SearchProvider2</ScopeKey> <ScopeUrl>http://search.fabrikam.com/results.aspx?q="{searchTerms}"</ScopeUrl> </Scope> </SearchScopes> |