Click or drag to resize

FavoritesAddPage Method

Add a page to the favorites list.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddPage(
	string queryString,
	string caption
)

Parameters

queryString
Type: SystemString
The query string of the page to add.
caption
Type: SystemString
The caption for the favorite.
See Also