MetadataItems.

Add(string, Func<IMetadata, Object>, bool) Method

Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
MetadataItems

Syntax

public void Add(string key, Func<IMetadata, Object> value, bool cacheValue = false)

Parameters

Name Type Description
key string
value Func<IMetadata, Object>
cacheValue bool

Return Value

Type Description
void
GitHub