WriteFiles.

GetOutputPath(IDocument, IExecutionContext) Method

Summary

Gets the output path of the input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
WriteFiles

Syntax

protected FilePath GetOutputPath(IDocument input, IExecutionContext context)

Parameters

Name Type Description
input IDocument The input document.
context IExecutionContext The execution context.

Return Value

Type Description
FilePath The outout path.
GitHub