Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemDictionaryItemController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DictionaryItemControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Dictionary.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ItemDictionaryItemController : DictionaryItemControllerBase

    Constructors

    View Source

    ItemDictionaryItemController(IDictionaryItemService, IUmbracoMapper)

    Declaration
    public ItemDictionaryItemController(IDictionaryItemService dictionaryItemService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IDictionaryItemService dictionaryItemService
    IUmbracoMapper mapper

    Methods

    View Source

    Item(CancellationToken, HashSet<Guid>)

    Declaration
    public async Task<IActionResult> Item(CancellationToken cancellationToken, HashSet<Guid> ids)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    HashSet<Guid> ids
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ItemDictionaryItemController(IDictionaryItemService, IUmbracoMapper)
    • Methods
      • Item(CancellationToken, HashSet<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX