RefinementFilterGenerator.GetCategoryConstraints Method
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
- propName
Type: System.String
Return Value
Type: System.Collections.Generic.Dictionary<String, String>
Returns Dictionary<TKey, TValue>.
See Also
Reference
RefinementFilterGenerator Class