Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.Add

TElLDAPSClient     See also     


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


Adds entry to the LDAP database.

Declaration

[C#]
    void Add(string DN, TElLDAPPartialAttribute[] Attrs);

[VB.NET]
    Sub Add(ByVal DN As String, ByVal Attrs As TElLDAPPartialAttribute[])

[Pascal]
    procedure Add(const DN : string; const Attrs : array of TElLDAPAttribute);

[C++]
    void Add(const std::string &DN, const std::vector<TElLDAPPartialAttributeHandle> &Attrs);

[PHP]
    void Add(string $DN, array of TElLDAPPartialAttribute|NULL &$Attrs)

[Java]
    void add(String DN, TElLDAPPartialAttribute[] Attrs);

Parameters

  • DN - Distinguished Name of the new entry
  • Attrs - attributes of the new entry

Description

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

See also:     Remove     Modify    

Discuss this help topic in SecureBlackbox Forum