AddSerialPipeline<TBootstrapper>(TBootstrapper, string, string, bool, IModule[]) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper AddSerialPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, string readFilesPattern, bool writeFiles, params IModule[] processModules) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
readFilesPattern string
writeFiles bool
processModules IModule[]

Return Value

Type Description
TBootstrapper