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 MovePackageXMLToDb class.
Declaration
public MovePackageXMLToDb(IMigrationContext context, PackagesRepository packagesRepository)
Parameters
Type | Name | Description |
---|---|---|
IMigrationContext | context | |
PackagesRepository | packagesRepository |
Methods
View SourceMigrate()
Executes the migration.
Declaration
protected override void Migrate()