Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the refinement filter category with the specified managed property name.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetFilterCategory ( _
propName As String _
) As FilterCategory
'Usage
Dim instance As ManagedPropertyFilterGenerator
Dim propName As String
Dim returnValue As FilterCategory
returnValue = instance.GetFilterCategory(propName)
public FilterCategory GetFilterCategory(
string propName
)
Parameters
propName
Type: System.StringThe name of the managed property on which the refinement filter category is defined.
Return Value
Type: Microsoft.Office.Server.Search.WebControls.FilterCategory
A filter category.
Remarks
This method returns the filter category whose mapped property name is equal to the propName.
See Also
Reference
ManagedPropertyFilterGenerator Class