If this is set to "true", advanced search conditions are applied even if the search options section in the user interface is not expanded. If this is set to "false", the search options section in the user interface must be expanded for the advanced search conditions to be applied. In other words, the latter option works the same way as the user interface.
Visual Basic |
---|
Public Function AddTemporarySearchViewEx( _ ByVal View As View, _ ByVal SearchCriteria As SearchCriteria, _ ByVal ForceUsingAdvancedSearchConds As Boolean _ ) As View |
If this is set to "true", advanced search conditions are applied even if the search options section in the user interface is not expanded. If this is set to "false", the search options section in the user interface must be expanded for the advanced search conditions to be applied. In other words, the latter option works the same way as the user interface.
This method is the updated version of the now deprecated method "AddTemporarySearchView", and no longer uses the redundant "BaseSearchConditions" parameter.
This method is available only if M-Files API is used in the client interface mode.