Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByIdLanguageController

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

    Constructors

    View Source

    ByIdLanguageController(ILocalizationService, IUmbracoMapper)

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

    Methods

    View Source

    ById(Int32)

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