Redirect.

WithPaths(DocumentConfig) Method

Summary

Controls where the redirected paths come from. By default, values from the metadata key RedirectFrom are used.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Redirect

Syntax

public Redirect WithPaths(DocumentConfig paths)

Parameters

Name Type Description
paths DocumentConfig A delegate that should return one or more Wyam.Common.IO.FilePath.

Return Value

Type Description
Redirect The current module instance.
GitHub