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
)
Protected Function GetNavLink (
primaryKeyValue As String,
flags As LinkForNavFlags,
actionType As String
) As String
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:
StringThe navigation link.
See Also