C# Class Novell.Directory.Ldap.LdapDeleteRequest

Represents a request to delete an entry.
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
LdapDeleteRequest ( System dn, LdapControl cont ) : System

Constructs a request to delete an entry from the directory

ToString ( ) : System.String

Return an Asn1 representation of this delete request #return an Asn1 representation of this object

Method Details

LdapDeleteRequest() public méthode

Constructs a request to delete an entry from the directory
public LdapDeleteRequest ( System dn, LdapControl cont ) : System
dn System the dn of the entry to delete. /// ///
cont LdapControl Any controls that apply to the abandon request /// or null if none. ///
Résultat System

ToString() public méthode

Return an Asn1 representation of this delete request #return an Asn1 representation of this object
public ToString ( ) : System.String
Résultat System.String