Click or drag to resize

SearchOptionsFilterMatches Method

Check whether the given object name matches the the filters set in the Filter property.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool FilterMatches(
	string p_ObjectName
)

Parameters

p_ObjectName
Type: SystemString
The string to check for a match.

Return Value

Type: Boolean
true if the filter matches.
See Also