FileName.

PreservePath(string) Method

Summary

Indicates whether to set the specified metadata key to Path.Combine(RelativeFileDir, WriteFileName).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
FileName

Syntax

public FileName PreservePath(string outputKey)

Parameters

Name Type Description
outputKey string The metadata key to set.

Return Value

Type Description
FileName The current module instance.
GitHub