Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllLanguageController

    Inheritance
    System.Object
    ManagementApiControllerBase
    LanguageControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Language
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class AllLanguageController : LanguageControllerBase

    Constructors

    View Source

    AllLanguageController(ILocalizationService, IUmbracoMapper)

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

    Methods

    View Source

    GetAll(Int32, Int32)

    1 Returns all currently configured languages.

    Declaration
    public async Task<PagedViewModel<LanguageViewModel>> GetAll(int skip, int take)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedViewModel<LanguageViewModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllLanguageController(ILocalizationService, IUmbracoMapper)
    • Methods
      • GetAll(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX