| LDAPDelete Method |
Deletes an entry from the LDAP directory with the specified distinguished name.
Namespace:
Galactic.LDAP
Assembly:
Galactic.LDAP (in Galactic.LDAP.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool Delete(
string dn
)
Public Function Delete (
dn As String
) As Boolean
public:
bool Delete(
String^ dn
)
member Delete :
dn : string -> bool
Parameters
- dn
- Type: SystemString
The distinguished name of the entry to delete.
Return Value
Type:
BooleanTrue if deleted, false otherwise.
See Also