Search Results for

    Show / Hide Table of Contents
    View Source

    Class CommonTreeNodeMapper

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Mapping
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class CommonTreeNodeMapper

    Constructors

    View Source

    CommonTreeNodeMapper(LinkGenerator)

    Declaration
    public CommonTreeNodeMapper(LinkGenerator linkGenerator)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Routing.LinkGenerator linkGenerator

    Methods

    View Source

    GetTreeNodeUrl<TController>(IContentBase)

    Declaration
    public string GetTreeNodeUrl<TController>(IContentBase source)
        where TController : UmbracoApiController, ITreeNodeController
    Parameters
    Type Name Description
    IContentBase source
    Returns
    Type Description
    System.String
    Type Parameters
    Name Description
    TController
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CommonTreeNodeMapper(LinkGenerator)
    • Methods
      • GetTreeNodeUrl<TController>(IContentBase)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX