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
idstringqueryStringsFormCollection
Returns
- ActionResult<TreeNode>