Ontolica for SharePoint Public API

BooleanOperator Enumeration

Specifies the available set of Boolean search operators.

[Visual Basic]
Public Enum BooleanOperator
[C#]
public enum BooleanOperator

Remarks

The BooleanOperator enumeration represents the range of valid operators that may connect two predicates in an Ontolica search expression.

Members

Member NameDescription
And Boolean AND operator
Or Boolean OR operator
Not Boolean NOT operator.

Requirements

Namespace: NavigoSystems.Ontolica.SharePoint.Custom.WebControls

Assembly: NavigoSystems.Ontolica.SharePoint (in NavigoSystems.Ontolica.SharePoint.dll)

See Also

NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace