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
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()