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

Syntax

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

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
readFilesPattern string
writeFiles bool
processModules IEnumerable<IModule>
transformModules IEnumerable<IModule>

Return Value

Type Description
TBootstrapper