WithDependencies<TPipeline>(TPipeline, IEnumerable<string>) Method
Namespace
Statiq.Common
Containing Type
IPipelineExtensions

Syntax

public static TPipeline WithDependencies<TPipeline>(this TPipeline pipeline, IEnumerable<string> dependencies) 
    where TPipeline : IPipeline

Type Parameters

Name Description
TPipeline

Parameters

Name Type Description
pipeline TPipeline
dependencies IEnumerable<string>

Return Value

Type Description
TPipeline