ShellBrowser .Net Edition
Search Method (p_Paths, p_Estimate, p_ThrowExceptionOnInvalidPath)
NamespacesJam.ShellFileListSearch(array<String>[]()[], Boolean, Boolean)
Searches the paths given in the parameter for patterns defined in the SearchOptions property.
Declaration Syntax
C#Visual BasicVisual C++
public void Search(
	string[] p_Paths,
	bool p_Estimate,
	bool p_ThrowExceptionOnInvalidPath
)
Public Sub Search ( _
	p_Paths As String(), _
	p_Estimate As Boolean, _
	p_ThrowExceptionOnInvalidPath As Boolean _
)
public:
void Search(
	array<String^>^ p_Paths, 
	bool p_Estimate, 
	bool p_ThrowExceptionOnInvalidPath
)
Parameters
p_Paths (array< String >[]()[])
Array of paths in which to search for the pattern.
p_Estimate (Boolean)
if true, the searcher tries to estimate percentage of search progress and sets a value in SearchProgressChangedEventArgs.
p_ThrowExceptionOnInvalidPath (Boolean)
if set to true an exception is thrown if a path does not exist this often occurs with removable devices
Exceptions
ExceptionCondition
ArgumentExceptionIf any of the provided paths is not valid, or not existing.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)