Specifying Matching Element Types

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:

An element is considered to satisfy such a specification only when it complies with at least one of the specified matching Element Types.

Note: When the specification contains names of non-existent Element Types, the generator will raise an error.

Example:


"Class"
"Class | Method | Field"
"*"