
BBjLDAPSearchResult::getSearchEntries
Description
In BBj 11.0 and higher, this method returns a list of the entries that match the search criteria used to generate the BBjLDAPSearchResult object.
Syntax
Return Value |
Method |
BBjVector |
getSearchEntries() |
Parameters
None.
Return Value
Returns a BBjVector containing a list of BBjLDAPEntry objects - one for each entry in the result.
Remarks
None.
Example
REM ' getLDAPConnection sample 1 |
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects