TreeMgrLdap


Description:

[ CCode ( has_construct_function = false , type = "GdaTreeManager*" ) ]
[ Version ( since = "4.2.8" ) ]
public TreeMgrLdap (Connection cnc, string? dn)

Creates a new TreeManager object which will list the children of the LDAP entry which Distinguished name is dn.

If dn is null, then the tree manager will look in the tree itself for an attribute named "dn" and use it.

Parameters:

cnc

a Connection object

dn

an LDAP Distinguished Name or null

Returns:

a new TreeManager object