Click or drag to resize

FieldKernelGetNavLink Method (String, LinkForNavFlags, String)

Calculates and returns the link for this field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetNavLink(
	string primaryKeyValue,
	LinkForNavFlags flags,
	string actionType
)

Parameters

primaryKeyValue
Type: SystemString
The primary key value for the item.
flags
Type: NetQuarry.DataLinkForNavFlags
Link flags specifying how the link is to be built.
actionType
Type: SystemString
The action being performed by clicking the link.

Return Value

Type: String
The navigation link.
See Also