RefinementManager methods
SharePoint Online
The RefinementManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddDataToRefinement(String, String, Type) | Adds a property value to the refinement data for calculating the refinement filters. |
|
AddDataToRefinement(String, String, String, Int64) | Adds a property value to the refinement data for calculating the refinement filters. |
|
AddDataToRefinement(String, String, String, Int64, Single) | Adds a property value to the refinement data for calculating the refinement filters. |
|
ConfigureCategories | Parses the filter XML configuration to a list of filter categories. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetFilterCategoryById | Gets the filter category with the specified category identifier (ID). |
|
GetHashCode | (Inherited from Object.) |
|
GetInstance(Page) | Gets the instance of the refinement manager with the specified web page. |
|
GetInstance(Page, QueryId) | Gets the instance of the refinement manager with the specified web page and query identifier (ID). |
|
GetRefinementFilterGeneratorByFilterType | Creates a filter generator with the specified filter type. |
|
GetRefinementXml | Gets the final filtered XML document. |
|
GetRegisteredFilterGeneratorByFilterType | Gets the filter generator with the specified filter type. |
|
GetType | (Inherited from Object.) |
|
HasMoreResults | Checks whether the Search query has equal or more results than the Accuracy Index. |
|
Initialize | Initializes the refinement manager. |
|
IsRefinedProperty | Checks whether a property is used for refinement. |
|
MemberwiseClone | (Inherited from Object.) |
|
MergeFiltersFromGenerators | Merges the filters recommended by the filter generators to produce the final filtered XML document. |
|
PopulateRefinementProperties | Populates the list of properties that are refined on by the refinement manager. |
|
RegisterFilterGenerators | Creates the filter generators according to the filter configuration. |
|
ToString | (Inherited from Object.) |
Show: