Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllDictionaryController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DictionaryControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Dictionary
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllDictionaryController : DictionaryControllerBase

    Constructors

    View Source

    AllDictionaryController(IDictionaryItemService, IUmbracoMapper)

    Declaration
    public AllDictionaryController(IDictionaryItemService dictionaryItemService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IDictionaryItemService dictionaryItemService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    All(CancellationToken, String, Int32, Int32)

    Declaration
    public async Task<ActionResult<PagedViewModel<DictionaryOverviewResponseModel>>> All(CancellationToken cancellationToken, string filter = null, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String filter
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<DictionaryOverviewResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllDictionaryController(IDictionaryItemService, IUmbracoMapper)
    • Methods
      • All(CancellationToken, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX