[This is preliminary documentation and is subject to change.]
            Gets the list of all the distinguished names
            at the base (rootDSE).
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public ArrayList GetDistinguishedNames( LdapAuthenticationInfo ldai )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetDistinguishedNames ( _ ldai As LdapAuthenticationInfo _ ) As ArrayList  | 
| Visual C++ | 
|---|
public: ArrayList^ GetDistinguishedNames( LdapAuthenticationInfo^ ldai )  | 
Parameters
- ldai
 - Type: OfficeClip.BusinessLayer.Account..::.LdapAuthenticationInfo
The LdapAuthenticationInfo object containing the name of the server and the other authentication information. 
