| | WebCenter Interaction API | |
| IPTLDAPQueryTool.Search Method (String, String, String, String, String, IPTUserInfo, String) |
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
bstrBase,
string
bstrFilter,
string
arrAttributes,
string
bstrDN,
string
bstrPassword,
IPTUserInfo pUserInfo,
string
bstrDelimiter);
Parameters
-
bstrBase
- query base
-
bstrFilter
- query filter
-
arrAttributes
- the attribute
-
bstrDN
- distinguished name of the object to query
-
bstrPassword
- LDAP authentication password
-
pUserInfo
- IPTUserInfo object the results will be added to
-
bstrDelimiter
- used to separate multiple values for an attribute
See Also
IPTLDAPQueryTool Interface | com.plumtree.server Namespace | IPTLDAPQueryTool.Search Overload List