Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallStepCollection

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Install
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class InstallStepCollection

    Constructors

    View Source

    InstallStepCollection(InstallHelper, IEnumerable<InstallSetupStep>)

    Declaration
    public InstallStepCollection(InstallHelper installHelper, IEnumerable<InstallSetupStep> installerSteps)
    Parameters
    Type Name Description
    InstallHelper installHelper
    IEnumerable<InstallSetupStep> installerSteps

    Methods

    View Source

    GetAllSteps()

    Get the installer steps

    Declaration
    public IEnumerable<InstallSetupStep> GetAllSteps()
    Returns
    Type Description
    IEnumerable<InstallSetupStep>
    Remarks

    The step order returned here is how they will appear on the front-end if they have views assigned

    View Source

    GetStepsForCurrentInstallType()

    Returns the steps that are used only for the current installation type

    Declaration
    public IEnumerable<InstallSetupStep> GetStepsForCurrentInstallType()
    Returns
    Type Description
    IEnumerable<InstallSetupStep>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallStepCollection(InstallHelper, IEnumerable<InstallSetupStep>)
    • Methods
      • GetAllSteps()
      • GetStepsForCurrentInstallType()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX