BuildMaster SDK Reference
Version:
IsMatch(string path) Method
Returns a value indicating whether the specified path meets the filter criteria.
Syntax
public
bool IsMatch(string path)
Parameters
- path
- Type: string
The path.
Returns
True if the path meets the criteria; otherwise false.
Exceptions
System.ArgumentNullException
|
path is null (Nothing in Visual Basic).
|