Search Results for

    Show / Hide Table of Contents

    Enum TreeUse

    Defines tree uses.

    Namespace: Umbraco.Cms.Core.Trees
    Assembly: Umbraco.Core.dll
    Syntax
    public enum TreeUse : int

    Fields

    Name Description
    Dialog

    The tree is used as a dialog.

    Main

    The tree is used as a main (section) tree.

    None

    The tree is not used.

    Extension Methods

    DictionaryExtensions.MergeLeft<TreeUse, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<TreeUse, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<TreeUse>()
    ObjectExtensions.AsEnumerableOfOne<TreeUse>()
    ObjectExtensions.ToDictionary<TreeUse, TProperty, TVal>(Expression<Func<TreeUse, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<TreeUse, TProperty>(Expression<Func<TreeUse, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX