Skip to main content

SearchBuilder.Matches Method

Containing Type: SearchBuilder

Assembly: Orang.FileSystem.dll

Overloads

MethodSummary
Matches(IEnumerable<String>, CancellationToken)
Matches(String, CancellationToken)

Matches(IEnumerable<String>, CancellationToken)

public System.Collections.Generic.IEnumerable<Orang.FileSystem.FileMatch> Matches(System.Collections.Generic.IEnumerable<string> directoryPaths, System.Threading.CancellationToken cancellationToken = default)

Parameters

directoryPaths IEnumerable<String>

cancellationToken CancellationToken

Returns

IEnumerable<FileMatch>

Matches(String, CancellationToken)

public System.Collections.Generic.IEnumerable<Orang.FileSystem.FileMatch> Matches(string directoryPath, System.Threading.CancellationToken cancellationToken = default)

Parameters

directoryPath String

cancellationToken CancellationToken

Returns

IEnumerable<FileMatch>