Take.

Take(int) Constructor

Summary

Takes the first X documents from the current pipeline and discards the rest.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Take

Syntax

public Take(int x)

Parameters

Name Type Description
x int An integer representing the number of documents to preserve from the current pipeline.

Return Value

Type Description
void
GitHub