Share via


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

  • filterValue
    Type: System.String

    The 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

ManagedPropertyFilterGenerator Members

Microsoft.Office.Server.Search.WebControls Namespace