Take Class

Summary

Takes the first X documents from the current pipeline and discards the rest.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IModule"] click Interface0 "/api/Wyam.Common.Modules/IModule" Type["Take"] class Type type-node

Syntax

public class Take : IModule

Constructors

Name Summary
Take(int) Takes the first X documents from the current pipeline and discards the rest.

Methods

Name Value Summary
Execute(IReadOnlyList<IDocument>, IExecutionContext) IEnumerable<IDocument>
This should not be called directly, instead call IExecutionContext.Execute() if you need to execute a module from within another module.
GitHub