ReadFiles.

ReadFiles(DocumentConfig) Constructor

Summary

Reads all files that match the specified globbing patterns and/or absolute paths. This allows you to specify different patterns and/or paths depending on the input.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
ReadFiles

Syntax

public ReadFiles(DocumentConfig patterns)

Parameters

Name Type Description
patterns DocumentConfig A delegate that returns one or more globbing patterns and/or absolute paths.

Return Value

Type Description
void
GitHub