TestDirectory.

GetFiles(SearchOption) Method

Summary

Gets files matching the specified filter and scope.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestDirectory

Syntax

public IEnumerable<IFile> GetFiles(SearchOption searchOption = 0)

Parameters

Name Type Description
searchOption SearchOption Specifies whether the operation should include only the current directory or should include all subdirectories.

Return Value

Type Description
IEnumerable<IFile> Files matching the specified filter and scope.
GitHub