Click or drag to resize

BaseNativeRefinerSettingRefinerParameters Property

Specifies extra parameters added to the native refiner request query for this specific refiner. E.g. 'filter=200' can be used to get more than the default 100 refiners. More information is available in the MSDN chapter 'Query Refinement in SharePoint 2013'.

Namespace:  Colygon.MatchPoint.Common.Refinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public virtual PatternString RefinerParameters { get; set; }

Property Value

Type: PatternString
See Also