WriteFiles.

ShouldProcess(IDocument, IExecutionContext) Method

Summary

Checks whether the input document should be processed.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
WriteFiles

Syntax

protected bool ShouldProcess(IDocument input, IExecutionContext context)

Parameters

Name Type Description
input IDocument The input document to check/
context IExecutionContext The execution context.

Return Value

Type Description
bool true if the input document should be processed, false otherwise.
GitHub