|
Class Reference
%Net.LDAP.Client.Entries
|
|
![]() |
|||
Private Storage |
WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.
List of Entries returned from a search (See
|
|
|
Edit/Modify current entry attributes.Returns EditEntry object, use the returned object to modify the attributes
Finds and returns the entry (
GetAt returns the entry associated with key or null string ("") if no entry is found.%Net.LDAP.Client.Entry ) with DN of key.
Moves to the next entry at the location in the iteration, and returns the associated entry object (
If the key is a null string (""), it starts from the beginning. The value of key, which is passed by reference, is updated to the key value of the returned element or null string ("") if key is at the end of the array.%Net.LDAP.Client.Entry ).
Returns the next entry name at the location in the iteration. If key is a null string (""), then Next returns the first entry name