Class BulkPublishContentBatchMigrator<TContent>
IContentBatchMigrator<TContent> implementation that publishes the entire batch after all items have been prepared.
Inheritance
ContentBatchMigratorBase<TContent, TContent>
ParallelContentBatchMigratorBatchBase<TContent, TContent>
BulkPublishContentBatchMigrator<TContent, TContent>
BulkPublishContentBatchMigrator<TContent>
Implements
IContentBatchMigrator<TContent>
Inherited Members
Namespace: Tableau.Migration.Engine.Migrators.Batch
Assembly: Tableau.Migration.dll
Syntax
public class BulkPublishContentBatchMigrator<TContent> : BulkPublishContentBatchMigrator<TContent, TContent>, IContentBatchMigrator<TContent> where TContent : class, IContentReference
Type Parameters
Name | Description |
---|---|
TContent | The content type. |
Constructors
BulkPublishContentBatchMigrator(IMigration, IMigrationPipeline, IConfigReader, IMigrationHookRunner)
Creates a new BulkPublishContentBatchMigrator<TContent> object.
Declaration
public BulkPublishContentBatchMigrator(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. |