Click or drag to resize

FieldKernelGetFindLink Method

Get the navigation link for a Find cell.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetFindLink(
	string sID
)

Parameters

sID
Type: SystemString
The ID to use for the control. The field's Key is use if this is blank or null.

Return Value

Type: String
The Find navigation link URL.
See Also