Archive.

Archive(string, ArchiveSettings) Constructor

Summary

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

Syntax

public Archive(string name, ArchiveSettings settings)

Parameters

Name Type Description
name string The name of this pipeline.
settings ArchiveSettings The settings for the pipeline.

Return Value

Type Description
void
GitHub