RefinementFilterGenerator.GetCategoryConstraints method

Get a dictionary of constraints for a navigator/category given its managed property name.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overridable Function GetCategoryConstraints ( _
    propName As String _
) As Dictionary(Of String, String)
'Usage
Dim instance As RefinementFilterGenerator
Dim propName As String
Dim returnValue As Dictionary(Of String, String)

returnValue = instance.GetCategoryConstraints(propName)
public virtual Dictionary<string, string> GetCategoryConstraints(
    string propName
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, String>
Returns Dictionary<TKey, TValue>.

See also

Reference

RefinementFilterGenerator class

RefinementFilterGenerator members

Microsoft.Office.Server.Search.WebControls namespace