Search Results for

    Show / Hide Table of Contents

    Enum ContentSortField

    Represents a system field that a node's children can be sorted by.

    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ContentSortField

    Fields

    Name Description
    CreateDate

    Sort by the date the node was created.

    Name

    Sort by the node's name.

    UpdateDate

    Sort by the date the node was last updated.

    Extension Methods

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