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
)
Protected Function GetFindLink (
sID As String
) As String
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:
StringThe Find navigation link URL.
See Also