Click or drag to resize

FileListSearch Method (String, Boolean)

Searches the paths given in the parameter for patterns defined in the SearchOptions property.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void Search(
	string[] pPaths,
	bool pEstimate
)

Parameters

pPaths
Type: SystemString
Array of paths in which to search for the pattern.
pEstimate
Type: SystemBoolean
if true, the searcher tries to estimate percentage of search progress and sets a value in SearchProgressChangedEventArgs.
Exceptions
ExceptionCondition
ArgumentExceptionIf any of the provided paths is not valid, or not existing.
See Also