Click or drag to resize

NavigatorsFind Method

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)
Syntax
public Navigator Find(
	string id,
	NavLoadTypes findType
)

Parameters

id
Type: SystemString
The item to find.
findType
Type: NetQuarryNavLoadTypes
The search method.

Return Value

Type: Navigator
The requested Navigator, or null if none is found.
See Also