Click or drag to resize

FileListSearch(String, Boolean) Method

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

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

Parameters

pPath  String
The path in which to search for the pattern.
pEstimate  Boolean
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