Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallApiController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    Namespace: Umbraco.Cms.Web.BackOffice.Install
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [AngularJsonOnlyConfiguration]
    [InstallAuthorize]
    [Area("UmbracoInstall")]
    public class InstallApiController : ControllerBase

    Constructors

    View Source

    InstallApiController(DatabaseBuilder, IProfilingLogger, ILogger<InstallApiController>, InstallHelper, InstallStepCollection, InstallStatusTracker, IRuntime)

    Declaration
    [ActivatorUtilitiesConstructor]
    public InstallApiController(DatabaseBuilder databaseBuilder, IProfilingLogger proflog, ILogger<InstallApiController> logger, InstallHelper installHelper, InstallStepCollection installSteps, InstallStatusTracker installStatusTracker, IRuntime runtime)
    Parameters
    Type Name Description
    DatabaseBuilder databaseBuilder
    IProfilingLogger proflog
    Microsoft.Extensions.Logging.ILogger<InstallApiController> logger
    InstallHelper installHelper
    InstallStepCollection installSteps
    InstallStatusTracker installStatusTracker
    IRuntime runtime
    View Source

    InstallApiController(DatabaseBuilder, IProfilingLogger, ILogger<InstallApiController>, InstallHelper, InstallStepCollection, InstallStatusTracker, IRuntime, IBackOfficeUserManager, IBackOfficeSignInManager)

    Declaration
    public InstallApiController(DatabaseBuilder databaseBuilder, IProfilingLogger proflog, ILogger<InstallApiController> logger, InstallHelper installHelper, InstallStepCollection installSteps, InstallStatusTracker installStatusTracker, IRuntime runtime, IBackOfficeUserManager backOfficeUserManager, IBackOfficeSignInManager backOfficeSignInManager)
    Parameters
    Type Name Description
    DatabaseBuilder databaseBuilder
    IProfilingLogger proflog
    Microsoft.Extensions.Logging.ILogger<InstallApiController> logger
    InstallHelper installHelper
    InstallStepCollection installSteps
    InstallStatusTracker installStatusTracker
    IRuntime runtime
    IBackOfficeUserManager backOfficeUserManager
    IBackOfficeSignInManager backOfficeSignInManager

    Methods

    View Source

    CompleteInstall()

    Declaration
    [HttpPost]
    public async Task<ActionResult> CompleteInstall()
    Returns
    Type Description
    Task<Microsoft.AspNetCore.Mvc.ActionResult>
    View Source

    GetSetup()

    Gets the install setup.

    Declaration
    public InstallSetup GetSetup()
    Returns
    Type Description
    InstallSetup
    View Source

    PostPerformInstall(InstallInstructions)

    Declaration
    public async Task<ActionResult<InstallProgressResultModel>> PostPerformInstall(InstallInstructions installModel)
    Parameters
    Type Name Description
    InstallInstructions installModel
    Returns
    Type Description
    Task<Microsoft.AspNetCore.Mvc.ActionResult<InstallProgressResultModel>>
    View Source

    PostValidateDatabaseConnection(DatabaseModel)

    Declaration
    public bool PostValidateDatabaseConnection(DatabaseModel databaseSettings)
    Parameters
    Type Name Description
    DatabaseModel databaseSettings
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallApiController(DatabaseBuilder, IProfilingLogger, ILogger<InstallApiController>, InstallHelper, InstallStepCollection, InstallStatusTracker, IRuntime)
      • InstallApiController(DatabaseBuilder, IProfilingLogger, ILogger<InstallApiController>, InstallHelper, InstallStepCollection, InstallStatusTracker, IRuntime, IBackOfficeUserManager, IBackOfficeSignInManager)
    • Methods
      • CompleteInstall()
      • GetSetup()
      • PostPerformInstall(InstallInstructions)
      • PostValidateDatabaseConnection(DatabaseModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX