Click or drag to resize

FileListSearch Method (String, Boolean)

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Search(
	string pPath,
	bool pEstimate
)

Parameters

pPath
Type: SystemString
The path 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 no valid, existing p_Path is provided.
See Also