NavTarget Constructor (String, String, String, String, NavTargetAttrs, Boolean) |
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,
bool useImplicitVocab
)
Public Sub New (
id As String,
name As String,
target As String,
targetType As String,
attrs As NavTargetAttrs,
useImplicitVocab As Boolean
)
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. - useImplicitVocab
- Type: SystemBoolean
Whether the item's caption should use implicit vocabulary.
See Also