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

    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.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<TreeUse, TProperty, TVal>(Expression<Func<TreeUse, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    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