Summary
Ignores null values and does not add a metadata item for them.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Meta
Syntax
public Meta IgnoreNull(bool ignoreNull = true)
Parameters
| Name | Type | Description |
|---|---|---|
| ignoreNull | bool | true to ignore null values. |
Return Value
| Type | Description |
|---|---|
| Meta | The current module instance. |
