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 |
|---|---|---|
| MigrationPlan | plan | |
| System.String | fromState |
Returns
| Type | Description |
|---|---|
| System.String |
ExecutePlan(MigrationPlan, String)
Declaration
virtual ExecutedMigrationPlan ExecutePlan(MigrationPlan plan, string fromState)
Parameters
| Type | Name | Description |
|---|---|---|
| MigrationPlan | plan | |
| System.String | fromState |
Returns
| Type | Description |
|---|---|
| ExecutedMigrationPlan |