Gets an HTML visualized field from the record.


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

Syntax

Visual Basic (Declaration)
Public Function getHtml( _ 
   ByVal fieldName As String _ 
) As String _
    Implements INetricsSearchResult.getHtml
C#
public string getHtml(
   string fieldName
)
C++
public:
 String getHtml(
   String fieldName
) sealed 
J#
public string getHtml(
   string fieldName
)
JScript
public  function getHtml(
   fieldName : String
) : String

Parameters

fieldName
The name of the field for which to get the HTML visualized string.

Implements

INetricsSearchResult.getHtml

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