Interface IContentBatchMigrationCompletedHook<TContent>
Interface representing a hook called when a IContentBatchMigrator<TContent> completes.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks
Assembly: Tableau.Migration.dll
Syntax
public interface IContentBatchMigrationCompletedHook<TContent> : IMigrationHook<IContentBatchMigrationResult<TContent>> where TContent : IContentReference
Type Parameters
Name | Description |
---|---|
TContent |