Click or drag to resize

FileListSearch Method (String)

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
)

Parameters

pPath
Type: SystemString
The path in which to search for the pattern.
Exceptions
ExceptionCondition
ExceptionIf no valid, existing p_Path is provided.
See Also