Class UpdateDocumentUrlToPersistMultipleSegmentsPerDocument
Migration to make necessary schema updates to support multiple segments per document.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_4_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UpdateDocumentUrlToPersistMultipleSegmentsPerDocument : MigrationBase, IDiscoverable
Constructors
View SourceUpdateDocumentUrlToPersistMultipleSegmentsPerDocument(IMigrationContext)
Initializes a new instance of the Update
Declaration
public UpdateDocumentUrlToPersistMultipleSegmentsPerDocument(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
View SourceMigrate()
Executes the migration.
Declaration
protected override void Migrate()