Table of Contents

Interface ITreeNodeController

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll

Represents an TreeNodeController

public interface ITreeNodeController

Methods

GetTreeNode(string, FormCollection?)

Gets an individual tree node

ActionResult<TreeNode?> GetTreeNode(string id, FormCollection? queryStrings)

Parameters

id string
queryStrings FormCollection

Returns

ActionResult<TreeNode>