Class FallbackLanguage
Adds a new, self-joined field to umbracoLanguages to hold the fall-back language for a given language.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class FallbackLanguage : MigrationBase, IDiscoverable
Constructors
View SourceFallbackLanguage(IMigrationContext)
Declaration
public FallbackLanguage(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigrationContext | context |
Methods
View SourceMigrate()
Declaration
protected override void Migrate()