ISearchSiteAdministrationServiceApplication.GetBestBetsOrderInfoForSpecialTerm method
Retrieves a list of BestBet attributes associated with a keyword and their orders.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetBestBetsOrderInfoForSpecialTerm ( _
st As Keyword _
) As ArrayList
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim st As Keyword
Dim returnValue As ArrayList
returnValue = instance.GetBestBetsOrderInfoForSpecialTerm(st)
[OperationContractAttribute]
ArrayList GetBestBetsOrderInfoForSpecialTerm(
Keyword st
)
Parameters
st
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
Return value
Type: System.Collections.ArrayList
An array of the BestBet attributes.
Remarks
Implementing classes should ensure that the value of the st parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface