DataTablesAggregationProcessDataIsTableNameMatching(IEnumerableString, String) Method |
Determines whether the specified path matches at least one of the provided filter patterns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool IsTableNameMatching(
IEnumerable<string> filters,
string path
)
Parameters
- filters IEnumerableString
- The collection of filter patterns.
- path String
- The table path or name to test.
Return Value
Booleantrue if the path matches at least one pattern; otherwise,
false.
See Also