Click or drag to resize

ShellSystemListFilterMatch Method

Checks if the regular expresssion matches the object name passed. Immediately returns true if FilterRegex is null to improve performance if no filter e.g. '*' is needed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected bool FilterMatch(
	string p_ObjectName
)

Parameters

p_ObjectName
Type: SystemString
the object name

Return Value

Type: Boolean
true, if the object name matches the filter property, false if it does not match
See Also