Optimizes the file name stored in the given metadata key and stores it at the provided key.
- Namespace
- Statiq
.Core - Containing Type
- OptimizeFileName
Syntax
public OptimizeFileName(string inputKey, string outputKey)
Parameters
Name | Type | Description |
---|---|---|
inputKey | string | The metadata key to use for the input file name. |
outputKey | string | The metadata key to use for the optimized file name. |