Search Results for

    Show / Hide Table of Contents
    View Source

    Class AutomaticPackageMigrationPlan

    Used to automatically indicate that a package has an embedded package data manifest that needs to be installed

    Inheritance
    System.Object
    MigrationPlan
    PackageMigrationPlan
    Namespace: Umbraco.Cms.Infrastructure.Packaging
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class AutomaticPackageMigrationPlan : PackageMigrationPlan, IDiscoverable

    Constructors

    View Source

    AutomaticPackageMigrationPlan(String)

    Declaration
    protected AutomaticPackageMigrationPlan(string packageName)
    Parameters
    Type Name Description
    System.String packageName
    View Source

    AutomaticPackageMigrationPlan(String, String)

    Declaration
    protected AutomaticPackageMigrationPlan(string packageName, string planName)
    Parameters
    Type Name Description
    System.String packageName
    System.String planName

    Methods

    View Source

    DefinePlan()

    Declaration
    protected sealed override void DefinePlan()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AutomaticPackageMigrationPlan(String)
      • AutomaticPackageMigrationPlan(String, String)
    • Methods
      • DefinePlan()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX