Search Results for

    Show / Hide Table of Contents
    View Source

    Class NewInstallStepCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IInstallStep>
    Namespace: Umbraco.Cms.Core.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class NewInstallStepCollection : BuilderCollectionBase<IInstallStep>, IBuilderCollection<IInstallStep>

    Constructors

    View Source

    NewInstallStepCollection(Func<IEnumerable<IInstallStep>>)

    Declaration
    public NewInstallStepCollection(Func<IEnumerable<IInstallStep>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IInstallStep>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NewInstallStepCollection(Func<IEnumerable<IInstallStep>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX