Interface ITreeNodeController
Represents an TreeNodeController
Namespace: Umbraco.Cms.Web.BackOffice.Trees
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public interface ITreeNodeController
Methods
View SourceGetTreeNode(String, FormCollection)
Gets an individual tree node
Declaration
ActionResult<TreeNode?> GetTreeNode(string id, [ModelBinder(typeof(HttpQueryStringModelBinder))] FormCollection queryStrings)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
Microsoft.AspNetCore.Http.FormCollection | queryStrings |
Returns
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.ActionResult<System.Nullable<TreeNode>> |