Search Results for

    Show / Hide Table of Contents
    View Source

    Class NamedEntityTreeControllerBase<TItem>

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<TItem>
    Namespace: Umbraco.Cms.Api.Management.Controllers.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class NamedEntityTreeControllerBase<TItem> : EntityTreeControllerBase<TItem> where TItem : NamedEntityTreeItemResponseModel, new()
    Type Parameters
    Name Description
    TItem

    Constructors

    View Source

    NamedEntityTreeControllerBase(IEntityService)

    Declaration
    protected NamedEntityTreeControllerBase(IEntityService entityService)
    Parameters
    Type Name Description
    IEntityService entityService

    Methods

    View Source

    MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)

    Declaration
    protected override TItem MapTreeItemViewModel(Guid? parentKey, IEntitySlim entity)
    Parameters
    Type Name Description
    System.Nullable<Guid> parentKey
    IEntitySlim entity
    Returns
    Type Description
    TItem
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NamedEntityTreeControllerBase(IEntityService)
    • Methods
      • MapTreeItemViewModel(Nullable<Guid>, IEntitySlim)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX