ReorderingRuleCollection.Add method
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.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.SharePoint.Client.Search.Query.ReorderingRuleMatchType
- matchValue
Type: System.String
- boost
Type: System.Int32
See also
Reference
ReorderingRuleCollection class