Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITree

    Namespace: Umbraco.Cms.Core.Trees
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITree

    Properties

    View Source

    IsSingleNodeTree

    Flag to define if this tree is a single node tree (will never contain child nodes, full screen app)

    Declaration
    bool IsSingleNodeTree { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    SectionAlias

    Gets the section alias.

    Declaration
    string SectionAlias { get; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

    Gets or sets the sort order.

    Declaration
    int SortOrder { get; }
    Property Value
    Type Description
    System.Int32

    The sort order.

    View Source

    TreeAlias

    Gets the tree alias.

    Declaration
    string TreeAlias { get; }
    Property Value
    Type Description
    System.String
    View Source

    TreeGroup

    Gets the tree group.

    Declaration
    string TreeGroup { get; }
    Property Value
    Type Description
    System.String
    View Source

    TreeTitle

    Gets or sets the tree title (fallback if the tree alias isn't localized)

    Declaration
    string TreeTitle { get; }
    Property Value
    Type Description
    System.String
    View Source

    TreeUse

    Gets the tree use.

    Declaration
    TreeUse TreeUse { get; }
    Property Value
    Type Description
    TreeUse
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsSingleNodeTree
      • SectionAlias
      • SortOrder
      • TreeAlias
      • TreeGroup
      • TreeTitle
      • TreeUse
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX