SearchResultItemSetSearchResult Method
Sets the text and found lines for an item.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public void SetSearchResult(
string strFullText,
TextLineCollection listFoundLines
)
public:
void SetSearchResult(
String^ strFullText,
TextLineCollection^ listFoundLines
)
Parameters
- strFullText String
- Full text for the item.
- listFoundLines TextLineCollection
- Found lines for the item.