CopyMeta.

WithFormat(Func<string, string>) Method

Summary

Specifies the format to use when copying the value.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
CopyMeta

Syntax

public CopyMeta WithFormat(Func<string, string> execute)

Parameters

Name Type Description
execute Func<string, string> A function to get the format to use.

Return Value

Type Description
CopyMeta The current module instance.
GitHub