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 |
Takes the first X documents from the current pipeline and discards the rest. |
Methods
Name | Value | Summary |
---|---|---|
Execute |
IEnumerable |
This should not be called directly, instead call
IExecutionContext.Execute() if you need to execute a module from within another module.
|