Creates a new set of metadata.
- Namespace
- Statiq
.Common - Containing Type
- Metadata
Syntax
public Metadata(IExecutionState executionState, IEnumerable<KeyValuePair<string, object>> items = null)
Parameters
Name | Type | Description |
---|---|---|
executionState | IExecutionState | The current execution state. |
items | IEnumerable |
The initial set of items. If null, no underlying dictionary will be created. |