Interface IContentTransformer<TPublish>
Interface for an object that can modify or transform content of a specific content type during a migration.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.Transformers
Assembly: Tableau.Migration.dll
Syntax
public interface IContentTransformer<TPublish> : IMigrationHook<TPublish>
Type Parameters
Name | Description |
---|---|
TPublish | The publishable content type. |