public SearchOptions( InvestigationSearchMode searchMode, InvestigationSearchScope searchScope, List<string> filters )
Public Function New( _ ByVal searchMode As InvestigationSearchMode, _ ByVal searchScope As InvestigationSearchScope, _ Optional ByVal filters As List(Of String) _ )
Parameters
- searchMode
- The search mode.
- searchScope
- The search scope.
- filters
- The list of named object types to apply as a filter for the search. Pass null if all types are to be searched.