ValidateMeta<T>.

IsOptional() Method

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<T> The current module instance.
GitHub