Click or drag to resize
Galactic API

LDAPAddOrReplaceAttribute Method

Adds or Replaces an attribute's value in the specified entry in the directory.

Namespace:  Galactic.LDAP
Assembly:  Galactic.LDAP (in Galactic.LDAP.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool AddOrReplaceAttribute(
	string dn,
	string attributeName,
	Object[] values
)

Parameters

dn
Type: SystemString
The distinguished name of the entry to add or replace an attribute of.
attributeName
Type: SystemString
The name of the attribute to add or replace a value for.
values
Type: SystemObject
The values associated with the attribute to add or replace.

Return Value

Type: Boolean
True if added or replaced, false otherwise.
See Also