Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteLanguageController

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

    Constructors

    View Source

    DeleteLanguageController(ILocalizationService)

    Declaration
    public DeleteLanguageController(ILocalizationService localizationService)
    Parameters
    Type Name Description
    ILocalizationService localizationService

    Methods

    View Source

    Delete(Int32)

    Deletes a language with a given ID

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