Click or drag to resize

NavigatorsEnable Method

Enable the specified NavTarget in the specified Navigator by clearing the Disabled 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 Enable(
	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