This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines the operator types.

Namespace: Smartsite.FacetedSearch
Assembly:  Smartsite.FacetedSearch (in Smartsite.FacetedSearch.dll)

Syntax

C#Copy imageCopy Code
public enum OperatorType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration OperatorType

Members

Member nameDescription
Or
Use OR operator.
And
Use AND operator.
AndNot
Use AND NOT operator.

See Also

Advanced