ShellBrowser .Net Edition
FilterMatch Method (p_ObjectName)
NamespacesJam.ShellShellSystemListFilterMatch(String)
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.
Declaration Syntax
C#Visual BasicVisual C++
protected bool FilterMatch(
	string p_ObjectName
)
Protected Function FilterMatch ( _
	p_ObjectName As String _
) As Boolean
protected:
bool FilterMatch(
	String^ p_ObjectName
)
Parameters
p_ObjectName (String)
the object name
Return Value
true, if the object name matches the filter property, false if it does not match

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)