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