AddPipeline<TBootstrapper>(TBootstrapper, string, IEnumerable<string>, string, Config<NormalizedPath>, IModule[]) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper AddPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<string> dependencies, string readFilesPattern, Config<NormalizedPath> destinationPath, params IModule[] processModules) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
dependencies IEnumerable<string>
readFilesPattern string
destinationPath Config<NormalizedPath>
processModules IModule[]

Return Value

Type Description
TBootstrapper