Novell.Directory.Ldap.Rfc2251.RfcDelRequest.RfcDelRequest C# (CSharp) Method

RfcDelRequest() public method

Constructs an Ldapv3 delete request protocol operation.
public RfcDelRequest ( System dn ) : System
dn System The Distinguished Name of the entry to delete. ///
return System
        public RfcDelRequest(System.String dn)
            : base(dn)
        {
        }

Same methods

RfcDelRequest::RfcDelRequest ( sbyte dn ) : System