Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITreeNodeController

    Represents an TreeNodeController

    Namespace: Umbraco.Cms.Web.BackOffice.Trees
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public interface ITreeNodeController

    Methods

    View Source

    GetTreeNode(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<TreeNode>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetTreeNode(String, FormCollection)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX