ReorderingRuleCollection.Add method (ReorderingRuleMatchType, String, Int32)
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Add ( _
matchType As ReorderingRuleMatchType, _
matchValue As String, _
boost As Integer _
)
'Usage
Dim instance As ReorderingRuleCollection
Dim matchType As ReorderingRuleMatchType
Dim matchValue As String
Dim boost As Integer
instance.Add(matchType, matchValue, boost)
public void Add(
ReorderingRuleMatchType matchType,
string matchValue,
int boost
)
Parameters
- matchType
Type: Microsoft.Office.Server.Search.Query.ReorderingRuleMatchType
- matchValue
Type: System.String
- boost
Type: System.Int32
See also
Reference
ReorderingRuleCollection class