ISourceMetadata.HighlightedSourceName

Syntax

HighlightedSourceName: String;

Description

The HighlightedSourceName property returns name of the data source taking into account highlighting of search text.

Comments

The property value is available if search text is found in the indexed data source name. The searched text is framed with the <hlt>...</hlt> tag.

Example

The example of use is given in description of the ISearchSourceDataResult.SourceMetadata property.

See also:

ISourceMetadata