Searches the paths given in the parameter for patterns defined in the
SearchOptions property.
- 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
| Exception | Condition |
|---|---|
| ArgumentException | If any of the provided paths is not valid, or not existing. |