Class InstallStepCollection
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Install
Assembly: cs.temp.dll.dll
Syntax
public sealed class InstallStepCollection
Constructors
InstallStepCollection(InstallHelper, IEnumerable<InstallSetupStep>)
Declaration
public InstallStepCollection(InstallHelper installHelper, IEnumerable<InstallSetupStep> installerSteps)
Parameters
Type | Name | Description |
---|---|---|
Install |
installHelper | |
System. |
installerSteps |
Methods
GetAllSteps()
Get the installer steps
Declaration
public IEnumerable<InstallSetupStep> GetAllSteps()
Returns
Type | Description |
---|---|
System. |
Remarks
The step order returned here is how they will appear on the front-end if they have views assigned
GetStepsForCurrentInstallType()
Returns the steps that are used only for the current installation type
Declaration
public IEnumerable<InstallSetupStep> GetStepsForCurrentInstallType()
Returns
Type | Description |
---|---|
System. |