Click or drag to resize
DocumentSearchIndexerFillSearchResult Method
Fills the data to the search result data row

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override bool FillSearchResult(
	DataRow dr,
	DataRow resultDr,
	ISearchDocument doc
)

Parameters

dr
Type: System.DataDataRow
Result data row
resultDr
Type: System.DataDataRow
Result data row
doc
Type: CMS.DataEngineISearchDocument
Found search document

Return Value

Type: Boolean
See Also