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. |
id | |
Microsoft. |
queryStrings |
Returns
Type | Description |
---|---|
Microsoft. |