Find a particular navigator in the collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic Navigator Find(
string id,
NavLoadTypes findType
)
Public Function Find (
id As String,
findType As NavLoadTypes
) As Navigator
Parameters
- id
- Type: SystemString
The item to find. - findType
- Type: NetQuarryNavLoadTypes
The search method.
Return Value
Type:
NavigatorThe requested Navigator, or null if none is found.
See Also