FavOffLine

FavOffLine specifies whether to make the FavoriteItem available for offline browsing.

Values

true

Specifies that the FavoriteItem is available for offline browsing.

false

Specifies that the FavoriteItem is not available for offline browsing. This is the default value.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavOffLine

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>http://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>http://www.fabrikam.com/myfav2</FavURL>
   </FavoriteItem>
</FavoritesList>

See Also

Concepts

FavoriteItem