In This Topic
            
            Searches on the specified page for a search string. The search settings will influence the result. The found object will be written to the active list of results.
            
            
            Syntax
            
        
            Parameters
- pPage
- Page for which the search is conducted.
- searchString
- Text to search for.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | Thrown if null was
                                        passed as an
                                        argument. | 
| ArgumentException | Thrown in case of
                                    invalid arguments,
                                    e.g. the page is not
                                    valid. | 
| ApplicationException | \Internal interface
                                       for search could not
                                       be created. | 
| BaseException | The search finished
                                with errors. | 
See Also