FileListSearch(String, Boolean) Method |
Searches the paths given in the parameter for patterns defined in the
SearchOptions property.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void Search(
string[] pPaths,
bool pEstimate
)
Public Sub Search (
pPaths As String(),
pEstimate As Boolean
)
public:
void Search(
array<String^>^ pPaths,
bool pEstimate
)
member Search :
pPaths : string[] *
pEstimate : bool -> unit
Parameters
- pPaths String
- Array of paths 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.
ExceptionsException | Condition |
---|
ArgumentException | If any of the provided paths is not valid, or not existing. |
See Also