Enum FieldType
Specifies the type of a field in the Delivery API content index.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public enum FieldType
Fields
| Name | Description |
|---|---|
| Date | A date/time field. |
| Number | A numeric field. |
| StringAnalyzed | A string field that is analyzed for full-text search. |
| StringRaw | A raw string field that is not analyzed. |
| StringSortable | A string field that is optimized for sorting. |