[This is preliminary documentation and is subject to change.]

Gets the list of all the distinguished names at the base (rootDSE).

Namespace:  OfficeClip.DBLayer.Account
Assembly:  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.

Return Value

Array List of PropertyInfo object containing the distinguished name in both the property name and property value fields.

See Also