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)
Syntaxpublic void AddPage(
string queryString,
string caption
)
Public Sub AddPage (
queryString As String,
caption As String
)
Parameters
- queryString
- Type: SystemString
The query string of the page to add. - caption
- Type: SystemString
The caption for the favorite.
See Also