IgnoreEmptyContent(bool) Method
Ignores documents with empty content, which is the default behavior.
Namespace
Statiq.Core
Containing Type
WriteFiles

Syntax

public WriteFiles IgnoreEmptyContent(bool ignoreEmptyContent = true)

Parameters

Name Type Description
ignoreEmptyContent bool If set to true, documents with empty content will be ignored.

Return Value

Type Description
WriteFiles The current module instance.