Ontolica for SharePoint Public API

OntolicaPropertyOperator Enumeration

Specifies the available set of property comparison operators.

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

Remarks

The OntolicaPropertyOperator enumeration represents the range of valid operators that can be used when searching a value on a property in the SharePoint search engine. The enumeration is used by the OntolicaProperty object to specify the list of legal property operators for a specific property. OntolicaProperty.

Members

Member NameDescription
EqualTo Property = value
NotEqualTo Property != value
GreaterThan Property > value
GreaterThanOrEqualTo Property >= value
LessThan Property < value
LessThanOrEqualTo Property <= value
Contains Property CONTAINS value

Requirements

Namespace: NavigoSystems.Ontolica.SharePoint.Custom

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

See Also

NavigoSystems.Ontolica.SharePoint.Custom Namespace