Search Results for

    Show / Hide Table of Contents
    View Source

    Class AutomaticPackageMigrationPlan

    Represents a package migration plan that automatically imports an embedded package data manifest.

    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)

    Initializes a new instance of the AutomaticPackageMigrationPlan class.

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

    The package name that the plan is for. If the package has a package.manifest these must match.

    View Source

    AutomaticPackageMigrationPlan(String, String)

    Initializes a new instance of the AutomaticPackageMigrationPlan class.

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

    The package name that the plan is for. If the package has a package.manifest these must match.

    System.String planName

    The plan name for the package. This should be the same name as the package name, if there is only one plan in the package.

    View Source

    AutomaticPackageMigrationPlan(String, String, String)

    Initializes a new instance of the AutomaticPackageMigrationPlan class.

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

    The package identifier that the plan is for. If the package has a package.manifest these must match.

    System.String packageName

    The package name that the plan is for. If the package has a package.manifest these must match.

    System.String planName

    The plan name for the package. This should be the same name as the package name, if there is only one plan in the package.

    Methods

    View Source

    DefinePlan()

    Defines the plan.

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