Resources.

Resources(string, string[]) Constructor

Summary

Creates the pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
Resources

Syntax

public Resources(string name, string[] patterns)

Parameters

Name Type Description
name string The name of this pipeline.
patterns string[] The patterns of files to copy.

Return Value

Type Description
void
GitHub