Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.Remove

TElLDAPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes an entry.

Declaration

[C#]
    void Remove(string DN);

[VB.NET]
    Sub Remove(ByVal DN As String)

[Pascal]
    procedure Remove(const DN : string);

[C++]
    void Remove(const std::string &DN);

[PHP]
    void Remove(string $DN)

[Java]
    void remove(String DN);

Parameters

  • DN - Distinguished Name of the entry to be removed

Description

    Call this method when you need to delete an entry from the LDAP database.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum