Interface IContentItemPostPublishHook<TPublish, TResult>
Interface representing a hook called when a migration attempt for a single content item completes.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.PostPublish
Assembly: Tableau.Migration.dll
Syntax
public interface IContentItemPostPublishHook<TPublish, TResult> : IMigrationHook<ContentItemPostPublishContext<TPublish, TResult>>
Type Parameters
Name | Description |
---|---|
TPublish | The publish type. |
TResult | The post-publish result type. |