Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuthorizeUpgradeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UpgradeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Upgrade
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AuthorizeUpgradeController : UpgradeControllerBase

    Constructors

    View Source

    AuthorizeUpgradeController(IUpgradeService)

    Declaration
    public AuthorizeUpgradeController(IUpgradeService upgradeService)
    Parameters
    Type Name Description
    IUpgradeService upgradeService

    Methods

    View Source

    Authorize(CancellationToken)

    Declaration
    public async Task<IActionResult> Authorize(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AuthorizeUpgradeController(IUpgradeService)
    • Methods
      • Authorize(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX