FilterCategory Members

Include Protected Members
Include Inherited Members

Represents information about a refinement filter category.

The FilterCategory type exposes the following members.

Constructors

  Name Description
Public method FilterCategory Initializes a new instance of the FilterCategory class.

Top

Properties

  Name Description
Public property CustomFiltersConfiguration Gets or sets the custom refinement filter category mapping.
Public property CustomFiltersValueType Gets or sets the data type for the custom refinement filter category.
Public property Description Gets or sets the description for the refinement filter category.
Public property FilterType Gets or sets the refinement filter category type.
Public property FreeFormFilterHint
Public property Id Gets the identifier (ID) for the refinement filter category.
Public property LessLinkText Gets or sets the text to display for the refinement filter category’s show fewer link.
Public property MappedProperty Gets or sets the managed property the refinement filter category is defined on.
Public property MaxNumberOfFilters Gets or sets the maximum number of refinement filters displayed when the refinement filter category’s show more link is clicked.
Public property MetadataThreshold Gets or sets the number of results that need to be returned for a refinement filter to be displayed for the refinement filter category.
Public property MoreLinkText Gets or sets the text to display for the refinement filter category’s show more link.
Public property NumberOfFiltersToDisplay Gets or sets the number of refinement filters to display for the refinement filter category.
Public property ShowAllInMore Specifies whether the refinement filter values are determined by the result data returned or if a defined list of values is always shown.
Public property ShowCounts Specifies whether the count or percentage is displayed with the refinement filter for the refinement filter category.
Public property ShowMoreLink Specifies whether the show more and show fewer links are displayed for the refinement filter category.
Public property SortBy Gets or sets the sort criteria for the refinement filter category.
Public property SortByForMoreFilters Applies to: Microsoft SharePoint Server 2010 search
Specifies the sort criteria for the refinement filter category values when the show more link is clicked.
Public property SortDirection Gets or sets the sort direction for the refinement filter category.
Public property SortDirectionForMoreFilters Applies to: Microsoft SharePoint Server 2010 search
Gets or sets the sort direction for the refinement filter category when the show more link is clicked.
Public property Title Gets or sets the title of the refinement filter category.

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 (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member SortBy_Custom Custom sort criteria for the refinement filter category.
Public fieldStatic member SortBy_Frequency Refinement filter category sort criteria based on frequency.
Public fieldStatic member SortBy_NumericValue Refinement filter category sort criteria based on the numeric value.
Public fieldStatic member SortBy_StringValue Refinement filter category sort criteria based on the string value.
Public fieldStatic member SortDirection_Ascending The refinement filter category sort direction is ascending.
Public fieldStatic member SortDirection_Descending The refinement filter category sort direction is descending.

Top

See Also

Reference

FilterCategory Class

Microsoft.Office.Server.Search.WebControls Namespace