Click or drag to resize

FavoritesContainsPage Method

Determine if the collection already has an entry for the specified page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool ContainsPage(
	string queryString
)

Parameters

queryString
Type: SystemString
The queryString of the page in question.

Return Value

Type: Boolean
True if page is already present in the collection, else false.
See Also