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

Syntax

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

Type Parameters

Name Description
TPipeline

Parameters

Name Type Description
pipeline TPipeline
dependencies string[]

Return Value

Type Description
TPipeline