ExecuteInput(IDocument, IExecutionContext) Method
Executes the module.

Syntax

protected override sealed IEnumerable<IDocument> ExecuteInput(IDocument input, IExecutionContext context)

Remarks

This method will be called for each document unless ExecuteContext(IExecutionContext) is overridden.

Parameters

Name Type Description
input IDocument The input document this module is currently processing.
context IExecutionContext The execution context.

Return Value

Type Description
IEnumerable<IDocument> The result documents.