C# Class Novell.Directory.Ldap.LdapModifyDNRequest

Represents an Ldap ModifyDN request
Inheritance: LdapMessage
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapModifyDNRequest ( System dn, System newRdn, System newParentdn, bool deleteOldRdn, LdapControl cont ) : System

Constructs a ModifyDN (rename) Request.

ToString ( ) : System.String

Return an Asn1 representation of this mod DN request #return an Asn1 representation of this object

Method Details

LdapModifyDNRequest() public method

Constructs a ModifyDN (rename) Request.
public LdapModifyDNRequest ( System dn, System newRdn, System newParentdn, bool deleteOldRdn, LdapControl cont ) : System
dn System The current distinguished name of the entry. /// ///
newRdn System The new relative distinguished name for the entry. /// ///
newParentdn System The distinguished name of an existing entry which /// is to be the new parent of the entry. /// ///
deleteOldRdn bool If true, the old name is not retained as an /// attribute value. If false, the old name is /// retained as an attribute value. /// ///
cont LdapControl Any controls that apply to the modifyDN request, /// or null if none. ///
return System

ToString() public method

Return an Asn1 representation of this mod DN request #return an Asn1 representation of this object
public ToString ( ) : System.String
return System.String