SearchResultItemSetSearchResult Method

Sets the text and found lines for an item.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public void SetSearchResult(
	string strFullText,
	TextLineCollection listFoundLines
)

Parameters

strFullText  String
Full text for the item.
listFoundLines  TextLineCollection
Found lines for the item.

See Also