Click or drag to resize

NavTarget Constructor (String, String, String, String, NavTargetAttrs)

Constructs a Navigation Target (NavTarget). NavTarget objects are contained in Navigator objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NavTarget(
	string id,
	string name,
	string target,
	string targetType,
	NavTargetAttrs attrs
)

Parameters

id
Type: SystemString
The item's ID.
name
Type: SystemString
The item's name.
target
Type: SystemString
The Target (module!page).
targetType
Type: SystemString
The type of the target (e.g. MOP, URL).
attrs
Type: NetQuarryNavTargetAttrs
The item's attributes, from NavTargetAttrs.
See Also