This should be a string specifying the list of one or multiple matching Element Types.
Some FlexQuery functions working with DSM (Data Source Model) elements use such a specification as parameter to filter out elements to be included in the result of a certain operation (e.g. searching or filtering).
The list of matching Element Types can be defined as:
ET1 | ET1 | ... | ETn
where each ETn
is the name of a different Element Type.
*
), which matches
all elements regardless of their type
Note: When the specification contains names of non-existent Element Types, the generator will raise an error.
Example:
"Class" "Class | Method | Field" "*"