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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.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 to be filled with postprocessed results
resultDr
Type: System.DataDataRow
Source data row with raw search results
doc
Type: CMS.DataEngineISearchDocument
Found search document

Return Value

Type: Boolean
See Also