RefinementCategory members

Represents a refinement category that consists of a refinement name and a list of refinement tokens.

The RefinementCategory type exposes the following members.

Constructors

  Name Description
Public method RefinementCategory Creates an instance of the RefinementCategory class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString The tokens used to build up the string are no longer escaped in this function because tokens contain two parts, operators and values. Because the values need special escaping (for example, quotes), they need to be escaped when the token is being constructed, and before the refinement category is serialized. (Overrides Object.ToString().)

Top

Fields

  Name Description
Public field k Whether to use KQL format expansion rather than standard FQL.
Public field m Maintains the dictionary of token keys and corresponding display values.
Public field n Refinement name.
Public field o Refinement concatenation operator.
Public field t Refinement tokens.

Top

See also

Reference

RefinementCategory class

Microsoft.Office.Server.Search.WebControls namespace