Class ItemPublishContentBatchMigrator<TContent>
IContentBatchMigrator<TContent> implementation that publishes items one-by-one.
Inheritance
ContentBatchMigratorBase<TContent, TContent>
ParallelContentBatchMigratorBatchBase<TContent, TContent>
ItemPublishContentBatchMigrator<TContent, TContent, TContent>
ItemPublishContentBatchMigrator<TContent>
Implements
IContentBatchMigrator<TContent>
Inherited Members
Namespace: Tableau.Migration.Engine.Migrators.Batch
Assembly: Tableau.Migration.dll
Syntax
public class ItemPublishContentBatchMigrator<TContent> : ItemPublishContentBatchMigrator<TContent, TContent, TContent>, IContentBatchMigrator<TContent> where TContent : class, IContentReference
Type Parameters
Name | Description |
---|---|
TContent | The content type. |
Constructors
ItemPublishContentBatchMigrator(IMigration, IMigrationPipeline, IConfigReader, IMigrationHookRunner)
Creates a new ItemPublishContentBatchMigrator<TContent> object.
Declaration
public ItemPublishContentBatchMigrator(IMigration migration, IMigrationPipeline pipeline, IConfigReader configReader, IMigrationHookRunner hookRunner)
Parameters
Type | Name | Description |
---|---|---|
IMigration | migration | The current migration. |
IMigrationPipeline | pipeline | The pipeline to use to get the item preparer. |
IConfigReader | configReader | The configuration reader. |
IMigrationHookRunner | hookRunner | The hook runner. |