GetAllSearchDBEntries Method
                In This Topic
            
            \Returns all objects in a list of search results.
            
            
            Syntax
            
        
            Parameters
- pProject
- Project of which the results list entries will be returned.
Return Value
All found objects.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | Thrown if null was
                                        passed as an
                                        argument. | 
| ArgumentException | Thrown in case of
                                    invalid arguments,
                                    e.g. the project is
                                    not valid. | 
| ApplicationException | \Internal interface
                                       for search could not
                                       be created. | 
| BaseException | The method finished
                                with errors. | 
See Also