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

Syntax

public static TBootstrapper AddPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<string> dependencies, string readFilesPattern, string destinationExtension, IEnumerable<IModule> processModules = null, IEnumerable<IModule> transformModules = null) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
dependencies IEnumerable<string>
readFilesPattern string
destinationExtension string
processModules IEnumerable<IModule>
transformModules IEnumerable<IModule>

Return Value

Type Description
TBootstrapper