FileName.

FileName(string) Constructor

Summary

Sets the metadata key WriteFileName to an optimized version of the specified input metadata key. Also sets the metadata key WritePath to Path.Combine(RelativeFileDir, WriteFileName).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
FileName

Syntax

public FileName(string inputKey)

Parameters

Name Type Description
inputKey string The metadata key to use for the input filename.

Return Value

Type Description
void
GitHub