Description
Retrieves all the filters identified by the specified name. Filters are not restricted to have unique names so you can have one ore more filters returned.
Parameters
Return Type
Returns a list of filters identified by name.
Example
string filterName = "Test"; JFilter []filters = admGetFilterByName(filterName); //is isgnore case for(JFilter f in filters) { runnerLog("Returned filter" + f); }
See also
Filter by label
There are no items with the selected labels at this time.