FileListSearch Method (String, Boolean) |
Searches the path 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 pPath,
bool pEstimate
)
Public Sub Search (
pPath As String,
pEstimate As Boolean
)
public:
void Search(
String^ pPath,
bool pEstimate
)
member Search :
pPath : string *
pEstimate : bool -> unit
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 See Also