Add interfaces to the restriction list.
The restriction list is the exclusive list of all interfaces that shall be considered to match the query. An empty list means that all interfaces shall be considered. The restriction list is empty by default.
- Parameters
-
self | The QueryBuilder. If NULL, no action is taken. |
interfaceIDCount | Number of interfaces. |
interfaceIDs | List of Interface IDs to add to the restriction list. This must not be NULL if interfaceIDCount > 0. |
- Returns
- TRUE if restriction was added, FALSE otherwise.