Class AutomaticPackageMigrationPlan
Used to automatically indicate that a package has an embedded package data manifest that needs to be installed
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Packaging
Assembly: cs.temp.dll.dll
Syntax
public abstract class AutomaticPackageMigrationPlan : PackageMigrationPlan
Constructors
AutomaticPackageMigrationPlan(String)
Declaration
protected AutomaticPackageMigrationPlan(string packageName)
Parameters
Type | Name | Description |
---|---|---|
System. |
packageName |
AutomaticPackageMigrationPlan(String, String)
Declaration
protected AutomaticPackageMigrationPlan(string packageName, string planName)
Parameters
Type | Name | Description |
---|---|---|
System. |
packageName | |
System. |
planName |
Methods
DefinePlan()
Declaration
protected sealed override void DefinePlan()