Interface IMigrationBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IMigrationBuilderMethods
View SourceBuild(Type, IMigrationContext)
Declaration
MigrationBase Build(Type migrationType, IMigrationContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | migrationType | |
| IMigrationContext | context | 
Returns
| Type | Description | 
|---|---|
| MigrationBase |