AddIsolatedPipeline<TBootstrapper>(TBootstrapper, string, IEnumerable<IModule>, IEnumerable<IModule>, IEnumerable<IModule>, IEnumerable<IModule>) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper AddIsolatedPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<IModule> inputModules = null, IEnumerable<IModule> processModules = null, IEnumerable<IModule> transformModules = null, IEnumerable<IModule> outputModules = null) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
inputModules IEnumerable<IModule>
processModules IEnumerable<IModule>
transformModules IEnumerable<IModule>
outputModules IEnumerable<IModule>

Return Value

Type Description
TBootstrapper