Class MovePackageXMLToDb
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_3_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MovePackageXMLToDb : MigrationBase, IDiscoverable
Constructors
View SourceMovePackageXMLToDb(IMigrationContext, PackagesRepository)
Initializes a new instance of the Move
Declaration
public MovePackageXMLToDb(IMigrationContext context, PackagesRepository packagesRepository)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context | |
Packages |
packagesRepository |
Methods
View SourceMigrate()
Executes the migration.
Declaration
protected override void Migrate()