FavoriteItem
FavoriteItem
specifies the settings for the icon that appears to the user, which sites must appear offline, the name that appears in the Favorites folder, and the associated Uniform Resource Locator (URL).
Child Elements
Setting | Description |
---|---|
FavIconFile | Specifies the icon to associate with the FavoriteItem in the Favorites folder. |
FavID | Specifies a unique key to associate with a FavoriteItem . |
FavOffLine | Specifies whether to make the FavoriteItem available for offline browsing. |
FavTitle | Specifies a friendly name for the site appearing as a FavoriteItem in the Favorites folder. |
FavURL | Specifies a fully qualified path to the URL of each FavoriteItem . |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output specifies how to configure favorites.
<FavoritesList>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink1.ico</FavIconFile>
<FavID>Favorite1</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>My Favorite</FavTitle>
<FavURL>https://www.fabrikam.com/myfav1</FavURL>
</FavoriteItem>
<FavoriteItem wcm:action="add">
<FavIconFile> C:\Windows\favlink2.ico </FavIconFile>
<FavID>Favorite2</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>Favorite 2</FavTitle>
<FavURL>https://www.fabrikam.com/myfav2</FavURL>
</FavoriteItem>
</FavoritesList>