Gets an HTML visualized field from the record.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getHtml( _ 
   ByVal fieldNo As Integer _ 
) As String
C#
public string getHtml(
   int fieldNo
)
C++
public:
 String getHtml(
   int fieldNo
) sealed 
J#
public string getHtml(
   int fieldNo
)
JScript
public  function getHtml(
   fieldNo : int
) : String

Parameters

fieldNo
The index of the field for which to get the HTML visualized string.

Remarks

Gets the content of a given field with matching characters visualized using HTML. Parameters for the visualization can be set in the NetricsSearchOpts object.

See Also