GetSearchDBEntries(Project,UInt32,UInt32) Method
Returns objects from a list of search results.
Parameters
- pProject
- Project of which the results list entries will be returned.
- nStartIndex
- Start list index of the objects to return. 0 means objects starting with the first list position are returned.
- nCount
- Maximum count of objects to return.
Return Value
Found objects.
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. |