Click or drag to resize

NavigatorsUnhide Method

Unhide the specified NavTarget in the specified Navigator by clearing the Hidden attribute. No action is take no such Navigator or NavTarget is found.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NavTarget Unhide(
	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