public Rename ( System dn, System newRdn, System newParentdn, bool deleteOldRdn, LdapResponseQueue queue ) : LdapResponseQueue | ||
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. /// /// |
queue | LdapResponseQueue | The queue for messages returned from a server in /// response to this request. If it is null, a /// queue object is created internally. /// /// |
리턴 | LdapResponseQueue |