ManagedPropertyFilterGenerator.GetRawFilterValues Method
Gets a list of the unfiltered values which are used to construct the URL query syntax for custom filters.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetRawFilterValues ( _
fc As FilterCategory, _
filterValue As String _
) As StringCollection
'Usage
Dim instance As ManagedPropertyFilterGenerator
Dim fc As FilterCategory
Dim filterValue As String
Dim returnValue As StringCollection
returnValue = instance.GetRawFilterValues(fc, _
filterValue)
public StringCollection GetRawFilterValues(
FilterCategory fc,
string filterValue
)
Parameters
fc
Type: Microsoft.Office.Server.Search.WebControls.FilterCategoryA filter category from which to get the raw filter values.
filterValue
Type: System.StringThe custom filter value to which the required raw filter values are mapped.
Return Value
Type: System.Collections.Specialized.StringCollection
A list of raw filter values or the raw filter values mapped to the specified custom filter value.
Remarks
The raw filter values contain filter value which is raw filter value itself or filter values which are mapped to the specified filterValue.
See Also
Reference
ManagedPropertyFilterGenerator Class