BBjLDAPEntry::addAttributes
Description
In BBj 11.0 and higher, this method adds a list of attribute values to the entry.
Syntax
Return Value |
Method |
void |
addAttributes(string name, BBjVector values) |
Parameters
Parameter |
Description |
name |
Name of the attribute. |
values |
BBjVector containing a list of string values for the attribute. |
Return Value
None.
Remarks
None.
Example
|
See Also
BBjLDAPConnection
BBjLDAPSearchResult
BBj Object Diagram for an illustration of the relationship between BBjObjects