Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<FieldType, TProperty>(FieldType, Expression<Func<FieldType, TProperty>>)
    DictionaryExtensions.MergeLeft<FieldType, TK, TV>(FieldType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<FieldType, TK, TV>(FieldType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<FieldType>(FieldType)
    ObjectExtensions.AsEnumerableOfOne<FieldType>(FieldType)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX