Class MovePackageXMLToDb
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_3_0
Assembly: cs.temp.dll.dll
Syntax
public class MovePackageXMLToDb : MigrationBase
Constructors
MovePackageXMLToDb(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
Migrate()
Executes the migration.
Declaration
protected override void Migrate()