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

Gets the list of all the distinguished names at a given base url on an LDAP Server.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetChildDistinguishedNames(
	LdapAuthenticationInfo ldai
)
Visual Basic (Declaration)
Public Function GetChildDistinguishedNames ( _
	ldai As LdapAuthenticationInfo _
) As ArrayList
Visual C++
public:
ArrayList^ GetChildDistinguishedNames(
	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