Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpgradeStepCollection

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

    Constructors

    View Source

    UpgradeStepCollection(Func<IEnumerable<IUpgradeStep>>)

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