Ontolica for SharePoint Public API

OntolicaPropertyType Enumeration

Specifies the underlying type of a property in a search index.

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

Remarks

The OntolicaPropertyType enumeration represents the range of valid types that is supported by an Ontolica OntolicaProperty.

Members

Member NameDescription
Boolean Indicates a property that can only assume the values true or false.
Date Indicates a property that represents a date value.
DateTime Indicates a property that represents a date + a time value.
Number Indicates a property that represents a numeric value.
String Indicates a property that represents an alphanumeric value.
Time Indicates a property that represents a time value.
URL Indicates a property that represents a URL.

Requirements

Namespace: NavigoSystems.Ontolica.SharePoint.Custom

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

See Also

NavigoSystems.Ontolica.SharePoint.Custom Namespace