UnwrittenFiles.

UnwrittenFiles(DocumentConfig) Constructor

Summary

Uses a delegate to describe where to write the content of each document. The output of the function should be either a full path to the disk location (including file name) or a path relative to the output folder.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
UnwrittenFiles

Syntax

public UnwrittenFiles(DocumentConfig path)

Parameters

Name Type Description
path DocumentConfig A delegate that returns a string with the desired path.

Return Value

Type Description
void
GitHub