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

See also

Reference

ReorderingRuleCollection class

ReorderingRuleCollection members

Add overload

Microsoft.Office.Server.Search.Query namespace