Class UnscopedMigrationBase
Base class for creating a migration that does not have a scope provided for it
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class UnscopedMigrationBase : MigrationBase, IDiscoverable
Remarks
This is just a marker class, and has all the same functionality as the underlying MigrationBase
Constructors
View SourceUnscopedMigrationBase(IMigrationContext)
Declaration
protected UnscopedMigrationBase(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigrationContext | context |