Search Results for

    Show / Hide Table of Contents
    View Source

    Class AncestorsDictionaryTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<NamedEntityTreeItemResponseModel>
    NamedEntityTreeControllerBase<NamedEntityTreeItemResponseModel>
    DictionaryTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Dictionary.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AncestorsDictionaryTreeController : DictionaryTreeControllerBase

    Constructors

    View Source

    AncestorsDictionaryTreeController(IEntityService, IDictionaryItemService)

    Declaration
    public AncestorsDictionaryTreeController(IEntityService entityService, IDictionaryItemService dictionaryItemService)
    Parameters
    Type Name Description
    IEntityService entityService
    IDictionaryItemService dictionaryItemService

    Methods

    View Source

    Ancestors(CancellationToken, Guid)

    Declaration
    public async Task<ActionResult<IEnumerable<NamedEntityTreeItemResponseModel>>> Ancestors(CancellationToken cancellationToken, Guid descendantId)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid descendantId
    Returns
    Type Description
    Task<ActionResult<IEnumerable<NamedEntityTreeItemResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AncestorsDictionaryTreeController(IEntityService, IDictionaryItemService)
    • Methods
      • Ancestors(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX