• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllDictionaryController

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

    Constructors

    View Source

    AllDictionaryController(ILocalizationService, IUmbracoMapper)

    Declaration
    public AllDictionaryController(ILocalizationService localizationService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    ILocalizationService localizationService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    All(Int32, Int32)

    Retrieves a list with all dictionary items

    Declaration
    public async Task<PagedViewModel<DictionaryOverviewViewModel>> All(int skip, int take)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedViewModel<DictionaryOverviewViewModel>>

    The .

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllDictionaryController(ILocalizationService, IUmbracoMapper)
    • Methods
      • All(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX