Interface IBulkPostPublishHook<TSource>
Interface representing a hook called when a migration attempt for bulk content items completes.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.PostPublish
Assembly: Tableau.Migration.dll
Syntax
public interface IBulkPostPublishHook<TSource> : IMigrationHook<BulkPostPublishContext<TSource>>
Type Parameters
Name | Description |
---|---|
TSource |