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