Search Results for

    Show / Hide Table of Contents
    View Source

    Class TreeAttribute

    Identifies a section tree.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Trees
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class TreeAttribute : Attribute, ITree

    Constructors

    View Source

    TreeAttribute(String, String)

    Initializes a new instance of the TreeAttribute class.

    Declaration
    public TreeAttribute(string sectionAlias, string treeAlias)
    Parameters
    Type Name Description
    System.String sectionAlias
    System.String treeAlias

    Properties

    View Source

    IsSingleNodeTree

    Gets or sets a value indicating whether the tree is a single-node tree (no child nodes, full screen app).

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

    SectionAlias

    Gets the section alias.

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

    SortOrder

    Gets or sets the tree sort order.

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    TreeAlias

    Gets the tree alias.

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

    TreeGroup

    Gets or sets the group of the tree.

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

    TreeTitle

    Gets or sets the tree title.

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

    TreeUse

    Gets the usage of the tree.

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