Interface IMigrationPlanExecutor
Namespace: Umbraco.Cms.Core.Migrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IMigrationPlanExecutor
Methods
View SourceExecute(MigrationPlan, String)
Declaration
string Execute(MigrationPlan plan, string fromState)
Parameters
Type | Name | Description |
---|---|---|
Migration |
plan | |
System. |
fromState |
Returns
Type | Description |
---|---|
System. |
ExecutePlan(MigrationPlan, String)
Declaration
virtual ExecutedMigrationPlan ExecutePlan(MigrationPlan plan, string fromState)
Parameters
Type | Name | Description |
---|---|---|
Migration |
plan | |
System. |
fromState |
Returns
Type | Description |
---|---|
Executed |