RefinementFilterResultsXmlConstants Members
Include Protected Members
Include Inherited Members
Represents constant values used to create the refinement filter result XML.
The RefinementFilterResultsXmlConstants type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RefinementFilterResultsXmlConstants | Initializes a new instance of the RefinementFilterResultsXmlConstants class. |
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 | |
---|---|---|
Count | Represents the name for the XML node that specifies the count of the result returned by a filter in the refinement filter result XML. | |
Deselected | Represents the value that is used to indicate that a filter is cleared in the refinement filter result XML. | |
Filter | Represents the name of the filter node in the refinement result XML filter. | |
FilterCategory | Represents the name of the filter category node in the refinement filter result XML. | |
FilterCategory_ConfigId | Represents the name for the attribute of the filter category node that contains the ID of the filter category in the refinement filter result XML. | |
FilterCategory_CustomData | Represents the name of the node in the refinement filter result XML that displays custom data. | |
FilterCategory_DisplayName | Represents the name of the attribute of the filter category node that contains the display name in the refinement filter result XML. | |
FilterCategory_FreeFormFilterHint | Represents the name of the attribute of the filter category node that contains the free-form filter hint in the refinement filter result XML. | |
FilterCategory_Id | Represents the name of the attribute of the filter category node that contains the ID in the refinement filter result XML. | |
FilterCategory_LessLinkText | Represents the name of the attribute of the filter category node that contains the text for the Less link to display fewer items in the refinement filter result XML. | |
FilterCategory_ManagedProperty | Represents the name of the attribute of the filter category node that represents the managed properties in the refinement filter result XML. | |
FilterCategory_MoreLinkText | Represents the name of the attribute of the filter category node that contains the text for the More link to display more items in the refinement filter result XML. | |
FilterCategory_ShowCounts | Represents the name of the attribute of the filter category node that contains the text for the Show Counts link to show the number of items in the refinement filter result XML. | |
FilterCategory_ShowMoreLink | Represents the name of the attribute of the filter category node that contains the text for the Show More link to display more items in the refinement filter result XML. | |
FilterCategory_Type | Represents the name of the attribute of the filter category node that contains the filter type in the refinement filter result XML. | |
FilterPanel | Represents the name of the top-level node of the refinement filter result XML. | |
Filters | Represents the name of the filters node that contains the filters for a filter category in the refinement filter result XML. | |
Implied | Represents the value that indicates whether the filter is implied in the refinement filter result XML. | |
Indentation | Represents the name for the indentation node that specifies how many levels to indent a filter when it is displayed in the refinement panel in the refinement filter result XML. | |
MoreFilters | Represents the name of the filters node that contains the filters to display when the Show More link in the Refinement Panel Web Part is clicked in the refinement filter result XML. | |
Percentage | Represents the name for the node that specifies the percentage of the result returned by a filter among the total results in the refinement filter result XML. | |
Selected | Represents the value which is used to indicate that the filter is selected in the refinement filter result XML. | |
Selection | Represents the name for the node that specifies the selection status of a filter in the refinement filter result XML. | |
Token | Represents the name for the node which specifies the filter token in the refinement filter result XML. | |
Tooltip | Represents the name for the node that specifies the filter tooltip in the refinement filter result XML. | |
Url | Represents the name for the node that specifies the filter URL in the refinement filter result XML. | |
Value | Represents the name for the node which specifies the filter value in the refinement filter result XML. |
Top