ClearSearchDB(Project) Method
In This Topic
Clears the list of search results.
Syntax
public void ClearSearchDB(
Project
)
public:
void ClearSearchDB(
Project^
)
Parameters
- pProject
- Project of which the list of search results will be cleared.
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