Search Results for

    Show / Hide Table of Contents

    Enum Direction

    Defines the direction for sorting operations.

    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public enum Direction

    Fields

    Name Description
    Ascending

    Ascending sort order (A to Z, 0 to 9).

    Descending

    Descending sort order (Z to A, 9 to 0).

    Extension Methods

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