Class ExternalLoginTokenTable
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_0_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ExternalLoginTokenTable : MigrationBase, IDiscoverable
Constructors
View SourceExternalLoginTokenTable(IMigrationContext)
Declaration
public ExternalLoginTokenTable(IMigrationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IMigrationContext | context |
Methods
View SourceMigrate()
Adds new External Login token table
Declaration
protected override void Migrate()