SearchBuilder.Matches Method
Containing Type: SearchBuilder
Assembly: Orang.FileSystem.dll
Overloads
Method | Summary |
---|---|
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
Matches(String, CancellationToken)
public System.Collections.Generic.IEnumerable<Orang.FileSystem.FileMatch> Matches(string directoryPath, System.Threading.CancellationToken cancellationToken = default)
Parameters
directoryPath String
cancellationToken CancellationToken