Summary
The specified object is added as metadata for the specified key for every input document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Meta
Syntax
public Meta(string key, Object metadata)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The metadata key to set. |
| metadata | Object | The object to add as metadata. |
Return Value
| Type | Description |
|---|---|
| void |
