Aqualogic Interaction API  
 

IPTLDAPQueryTool.Search Method

Performs an LDAP search for a single LDAP attribute. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes will result in all attributes being returned.

Overload List

Performs an LDAP search for a single LDAP attribute. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes will result in all attributes being returned.

void Search(string,string,string,string,string,IPTUserInfo,string);

Performs an LDAP search for a number of LDAP attributes. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes will result in all attributes being returned.

void Search(string,string,string[],string,string,IPTUserInfo,string);

See Also

IPTLDAPQueryTool Interface | com.plumtree.server Namespace