SearchOptionsFilterMatches Method |
Check whether the given object name matches the the filters set in the
Filter property.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic bool FilterMatches(
string p_ObjectName
)
Public Function FilterMatches (
p_ObjectName As String
) As Boolean
public:
bool FilterMatches(
String^ p_ObjectName
)
member FilterMatches :
p_ObjectName : string -> bool
Parameters
- p_ObjectName
- Type: SystemString
The string to check for a match.
Return Value
Type:
Booleantrue if the filter matches.
See Also