Specifies the underlying type of a property in a search index.
The OntolicaPropertyType enumeration represents the range of valid types that is supported by an Ontolica OntolicaProperty.
| Member Name | Description |
|---|---|
| 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. |
Namespace: NavigoSystems.Ontolica.SharePoint.Custom
Assembly: NavigoSystems.Ontolica.SharePoint (in NavigoSystems.Ontolica.SharePoint.dll)
NavigoSystems.Ontolica.SharePoint.Custom Namespace