- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Pipeline Extensions
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 |
|
processModules | IEnumerable |
|
transformModules | IEnumerable |
|
outputModules | IEnumerable |
Return Value
Type | Description |
---|---|
TBootstrapper |