2022 Class Back to 2022
C

FilterStringRule

Version comparison

Members across versions

5 members across 9 versions · 1 added later · 1 removed · 2 changed · 1 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
C FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String, Boolean)
same same changed missing missing missing missing missing missing
C FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String)
not yet introduced not yet introduced added changed same same same same same
same same same same same same same same same
M SetEvaluator(FilterStringRuleEvaluator)
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2022).
2022 current

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.

Changes in 2021 vs 2022 1 missing 1 changed

Flip API Versions →

Missing in 2021 (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.