Method EvaluateExpressionOnSubTree
EvaluateExpressionOnSubTree(string, uint)
evaluate the given filter expression on all occurrences under the given occurrence and returns the result
Declaration
[HandleProcessCorruptedStateExceptions]
public EvaluateExpressionOnSubTreeReturn EvaluateExpressionOnSubTree(string filter, uint fromOcc = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filter | The filter expression |
| uint | fromOcc | Source occurrence of the recursion |
Returns
| Type | Description |
|---|---|
| EvaluateExpressionOnSubTreeReturn |