![]() |
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enum to indicate the way multiple facet keys should be combined (AND or OR clause).
Namespace: Smartsite.FacetedSearch
Assembly: Smartsite.FacetedSearch (in Smartsite.FacetedSearch.dll)
Syntax
C# | ![]() |
---|---|
public enum CombineFacetKeysModeCs |
Visual Basic (Declaration) | ![]() |
---|---|
Public Enumeration CombineFacetKeysModeCs |
Members
Member name | Description | |
---|---|---|
Or |
Use OR clause to combine multiple facet keys.
| |
And |
Use AND clause to combine multiple facet keys.
|
See Also
Smartsite.FacetedSearch Namespace