ParameterFilterElement.AllRuleParametersApplicable(ElementFilter)
Method
Description:
Checks that the parameters of the rules used by the given ElementFilter are valid for this filter's categories.
Checks that the parameters of the rules used by the given ElementFilter are valid for this filter's categories.
Parameters
| Parameter | Type | Description |
|---|---|---|
| elementFilter | ElementFilter | The ElementFilter containing the rules to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if all the parameters of the given rules are valid for this filter, otherwise false. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |