A guide to creating a custom tree in Umbraco
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
The tree is a hierarchical structure of nodes and is registered in the Backoffice extension registry. A tree can be rendered anywhere in the Backoffice with the help of the umb-tree element.
To Create a Tree in a section of the Umbraco backoffice, you need to take multiple steps:
The backoffice comes with two different tree item kinds out of the box: entity and fileSystem.
Tree Manifest:
We provide a base class for the tree item context. This class provides some default implementations for the context. You can extend this class to overwrite any of the default implementations.