SearchIndex.

WithPath(FilePath) Method

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(FilePath path)

Parameters

Name Type Description
path FilePath The path to the output file.

Return Value

Type Description
SearchIndex The current module instance.
GitHub