Search Results for

    Show / Hide Table of Contents

    Class PackageMigrationPlanCollection

    A collection of PackageMigrationPlan

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: cs.temp.dll.dll
    Syntax
    public class PackageMigrationPlanCollection : BuilderCollectionBase<PackageMigrationPlan>

    Constructors

    PackageMigrationPlanCollection(Func<IEnumerable<PackageMigrationPlan>>)

    Declaration
    public PackageMigrationPlanCollection(Func<IEnumerable<PackageMigrationPlan>> items)
    Parameters
    Type Name Description
    System.Func<System.Collections.Generic.IEnumerable<PackageMigrationPlan>> items
    In This Article
    • Constructors
      • PackageMigrationPlanCollection(Func<IEnumerable<PackageMigrationPlan>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX