Summary
Declares the entire check as optional. Is this is set, and the meta key doesn't exist, no checks will be run.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- ValidateMeta
<T>
Syntax
public ValidateMeta<T> IsOptional()
Return Value
Type | Description |
---|---|
ValidateMeta |
The current module instance. |