Table of Contents

Interface IMigrationHistoryAccessor

Namespace
GroupeIsa.Neos.Migration.History
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Provides the functionalities of a accessor of migration history.

public interface IMigrationHistoryAccessor

Methods

GetMigrationHistory(int)

Gets the migration history of specified migration id.

INeosMigrationHistory? GetMigrationHistory(int migrationId)

Parameters

migrationId int

The migration id.

Returns

INeosMigrationHistory

The migration history or null if migration id not found.