Summary
Controls the output path of the result document. If this is specified, the resulting
Wyam.Common.IO.FilePath
will be used to set a WritePath metadata value.
- Assembly
- Wyam
.SearchIndex .dll - Namespace
- Wyam
.SearchIndex - Containing Type
- SearchIndex
Syntax
public SearchIndex WithPath(ContextConfig path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | ContextConfig | A delegate that should return a Wyam.Common.IO.FilePath to the output file. |
Return Value
| Type | Description |
|---|---|
| SearchIndex | The current module instance. |
