Click or drag to resize

NavigatorsFindNavTarget Method

Find the specified NavTarget in the specified Navigator.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NavTarget FindNavTarget(
	string navigatorName,
	string targetName
)

Parameters

navigatorName
Type: SystemString
The name of the containing navigator.
targetName
Type: SystemString
The name of the NavTarget in that navigator.

Return Value

Type: NavTarget
The NavTarget element if found, else null.
See Also