Method GetFilteredOccurrences
GetFilteredOccurrences(string, uint)
Recursively get all the occurrences validating the given filter expression
Declaration
public OccurrenceList GetFilteredOccurrences(string filter, uint fromOcc = 0)
Parameters
Type | Name | Description |
---|---|---|
string | filter | The filter expression |
uint | fromOcc | Source occurrence of the recursion |
Returns
Type | Description |
---|---|
OccurrenceList |