Interface IMigrateContentAction<TContent>
Interface for a migration action that migrates content for a specific content type.
Inherited Members
Namespace: Tableau.Migration.Engine.Actions
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrateContentAction<TContent> : IMigrationAction where TContent : class, IContentReference
Type Parameters
Name | Description |
---|---|
TContent | The content type. |