3.2 KiB
title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title | description | ms.assetid | ms.reviewer | manager | ms.author | ms.topic | ms.prod | ms.technology | author | ms.date |
---|---|---|---|---|---|---|---|---|---|---|
BrowserFavorite CSP | Learn how the BrowserFavorite configuration service provider is used to add and remove URLs from the favorites list on a device. | 5d2351ff-2d6a-4273-9b09-224623723cbf | dansimp | dansimp | article | w10 | windows | dansimp | 06/26/2017 |
BrowserFavorite CSP
The BrowserFavorite configuration service provider is used to add and remove URLs from the favorites list on a device.
Note
BrowserFavorite CSP is only supported in Windows Phone 8.1.
The BrowserFavorite configuration service provider manages only the favorites at the root favorite folder level. It does not manage subfolders under the root favorite folder nor does it manage favorites under a subfolder.
Note
This configuration service provider requires the ID_CAP_CSP_FOUNDATION and ID_CAP_INTERNET_EXPLORER_FAVORITES capabilities to be accessed from a network configuration application.
The following shows the BrowserFavorite configuration service provider in tree format as used by Open Mobile Alliance Device (OMA) Client Provisioning. The OMA Device Management protocol is not supported with this configuration service provider.
BrowserFavorite
favorite name
----URL
favorite name
Required. Specifies the user-friendly name of the favorite URL that is displayed in the Favorites list of Internet Explorer.
Note
The favorite name should contain only characters that are valid in the Windows file system. The invalid characters are: \ / : * ? " < > |
Adding the same favorite twice adds only one occurrence to the Favorites list. If a favorite is added when another favorite with the same name but a different URL is already in the Favorites list, the existing favorite is replaced with the new favorite.
URL
Optional. Specifies the complete URL for the favorite.
OMA client provisioning examples
Adding a new browser favorite.
<?xml version="1.0" encoding="UTF-8" ?>
<wap-provisioningdoc>
<characteristic type="BrowserFavorite">
<characteristic type="Help and how-to">
<parm name="URL" value="http://www.microsoft.com/windowsphone/en-US/howto/wp7/default.aspx"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Microsoft Custom Elements
The following table shows the Microsoft custom elements that this configuration service provider supports for OMA Client Provisioning.
Elements | Available |
---|---|
Parm-query |
Yes |
Noparm |
Yes |
Nocharacteristic |
Yes |
Characteristic-query |
Yes Recursive query: Yes Top-level query: Yes |