Changes in 2020 vs 2022 1 missing 1 changed
Flip API Versions →Missing in 2020 (only available in 2022)
Changed members
FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String, Boolean)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the constructor without the `caseSensitive` argument instead.
| valueProvider | FilterableValueProvider | A pointer to a "value provider" object that will extract values from a Revit document. |
| evaluator | FilterStringRuleEvaluator | A pointer to the filter rule evaluator object that implements the desired test. The built-in evaluators implement commonly used tests for strings such as begins-with, ends-with, contains, equal, etc. |
| ruleString | String | The user-supplied string against which strings from a Revit document will be tested. |
| caseSensitive | Boolean | If true, string comparisons will be done case-sensitively. |