This topic has not yet been rated - Rate this topic

QueryResultBase.IsBestBet method

The IsBestBet method of the QueryResultBase class gets a flag that indicates whether the specified search result is a Best Bet.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
protected virtual bool IsBestBet(
	DataRow objectDataRow
)

Parameters

objectDataRow
Type: System.Data.DataRow
DataRow that represents one result in the result set.

Return value

Type: System.Boolean
A Boolean value; true if the specified search result is a Best Bet; otherwise, false.

The IsBestBet method checks the properties of the specified item in the property table.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.