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 | |
---|---|---|
FilterCategory | Initializes a new instance of the FilterCategory class. |
Top
Properties
Name | Description | |
---|---|---|
CustomFiltersConfiguration | Gets or sets the custom refinement filter category mapping. | |
CustomFiltersValueType | Gets or sets the data type for the custom refinement filter category. | |
Description | Gets or sets the description for the refinement filter category. | |
FilterType | Gets or sets the refinement filter category type. | |
FreeFormFilterHint | ||
Id | Gets the identifier (ID) for the refinement filter category. | |
LessLinkText | Gets or sets the text to display for the refinement filter category’s show fewer link. | |
MappedProperty | Gets or sets the managed property the refinement filter category is defined on. | |
MaxNumberOfFilters | Gets or sets the maximum number of refinement filters displayed when the refinement filter category’s show more link is clicked. | |
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. | |
MoreLinkText | Gets or sets the text to display for the refinement filter category’s show more link. | |
NumberOfFiltersToDisplay | Gets or sets the number of refinement filters to display for the refinement filter category. | |
ShowAllInMore | Specifies whether the refinement filter values are determined by the result data returned or if a defined list of values is always shown. | |
ShowCounts | Specifies whether the count or percentage is displayed with the refinement filter for the refinement filter category. | |
ShowMoreLink | Specifies whether the show more and show fewer links are displayed for the refinement filter category. | |
SortBy | Gets or sets the sort criteria for the refinement filter category. | |
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. |
|
SortDirection | Gets or sets the sort direction for the refinement filter category. | |
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. |
|
Title | Gets or sets the title of the refinement filter category. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
SortBy_Custom | Custom sort criteria for the refinement filter category. | |
SortBy_Frequency | Refinement filter category sort criteria based on frequency. | |
SortBy_NumericValue | Refinement filter category sort criteria based on the numeric value. | |
SortBy_StringValue | Refinement filter category sort criteria based on the string value. | |
SortDirection_Ascending | The refinement filter category sort direction is ascending. | |
SortDirection_Descending | The refinement filter category sort direction is descending. |
Top