FileName.

FileName(string, string) Constructor

Summary

Sets the specified metadata key to an optimized version of the specified input metadata key. Does not automatically set the WritePath metadata key.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
FileName

Syntax

public FileName(string inputKey, string outputKey)

Parameters

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

Return Value

Type Description
void
GitHub