Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateLanguageController

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

    Constructors

    View Source

    UpdateLanguageController(ILanguageService, IUmbracoMapper, ILocalizationService)

    Declaration
    public UpdateLanguageController(ILanguageService languageService, IUmbracoMapper umbracoMapper, ILocalizationService localizationService)
    Parameters
    Type Name Description
    Umbraco.New.Cms.Core.Services.Installer.ILanguageService languageService
    IUmbracoMapper umbracoMapper
    ILocalizationService localizationService

    Methods

    View Source

    Update(LanguageViewModel)

    Updates a language

    Declaration
    public async Task<ActionResult> Update(LanguageViewModel language)
    Parameters
    Type Name Description
    LanguageViewModel language
    Returns
    Type Description
    Task<ActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateLanguageController(ILanguageService, IUmbracoMapper, ILocalizationService)
    • Methods
      • Update(LanguageViewModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX