RefinementManager.MergeFiltersFromGenerators Method
Merges the filters recommended by the filter generators to produce the final filtered XML document.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function MergeFiltersFromGenerators As XmlDocument
'Usage
Dim returnValue As XmlDocument
returnValue = Me.MergeFiltersFromGenerators()
protected XmlDocument MergeFiltersFromGenerators()
Return Value
Type: System.Xml.XmlDocument
The final filtered XML document.
Remarks
This method is called after the refinement data has finished and the filter XML configuration is going to be calculated based on the refinement data.