Interface IContentItemPulledHook<TPrepare>
Interface representing a hook called when a content item has pulled all data necessary for migration, but before the item has been prepared for publishing, which include type conversion and transformation.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.Pulled
Assembly: Tableau.Migration.dll
Syntax
public interface IContentItemPulledHook<TPrepare> : IMigrationHook<ContentItemPulledContext<TPrepare>> where TPrepare : IContentReference
Type Parameters
| Name | Description |
|---|---|
| TPrepare | The content type that has been pulled and will be prepared. |