Interface IMigrationPlanExecutor
Namespace: Umbraco.Cms.Core.Migrations
Assembly: cs.temp.dll.dll
Syntax
public interface IMigrationPlanExecutor
Methods
Execute(MigrationPlan, String)
Declaration
string Execute(MigrationPlan plan, string fromState)
Parameters
Type | Name | Description |
---|---|---|
Migration |
plan | |
System. |
fromState |
Returns
Type | Description |
---|---|
System. |