Class InstallStepCollection
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Install
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class InstallStepCollection
Constructors
View SourceInstallStepCollection(InstallHelper, IEnumerable<InstallSetupStep>)
Declaration
public InstallStepCollection(InstallHelper installHelper, IEnumerable<InstallSetupStep> installerSteps)
Parameters
Type | Name | Description |
---|---|---|
InstallHelper | installHelper | |
IEnumerable<InstallSetupStep> | installerSteps |
Methods
View SourceGetAllSteps()
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
GetStepsForCurrentInstallType()
Returns the steps that are used only for the current installation type
Declaration
public IEnumerable<InstallSetupStep> GetStepsForCurrentInstallType()
Returns
Type | Description |
---|---|
IEnumerable<InstallSetupStep> |