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
- WriteFiles
Syntax
public WriteFiles(DocumentConfig path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DocumentConfig | A delegate that returns a Wyam.Common.IO.FilePath with the desired path. |
Return Value
| Type | Description |
|---|---|
| void |
