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
Syntaxprotected bool FilterMatch(
string p_ObjectName
)
Protected Function FilterMatch (
p_ObjectName As String
) As Boolean
protected:
bool FilterMatch(
String^ p_ObjectName
)
member FilterMatch :
p_ObjectName : string -> bool
Parameters
- p_ObjectName
- Type: SystemString
the object name
Return Value
Type:
Booleantrue, if the object name matches the filter property, false if it does not match
See Also