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)
Syntaxpublic bool ContainsPage(
string queryString
)
Public Function ContainsPage (
queryString As String
) As Boolean
Parameters
- queryString
- Type: SystemString
The queryString of the page in question.
Return Value
Type:
BooleanTrue if page is already present in the collection, else false.
See Also