Class NoopMigration
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public class NoopMigration : MigrationBase, IDiscoverableConstructors
View SourceNoopMigration(IMigrationContext)
Declaration
public NoopMigration(IMigrationContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| IMigrationContext | context | 
Methods
View SourceMigrate()
Declaration
protected override void Migrate()