LDAP Client.Net

Entry.Move Method 

Change the Entry's parent dn, thereby moving it to another directory container.

[Visual Basic]
MustOverride Public Sub Move( _ 
   ByVal newParentDN As String _ 
)
[C#]
public abstract void Move(
   string newParentDN
);
[C++]
public: abstract void Move(
   String* newParentDN
);
[JScript]
public abstract function Move(
   String newParentDN
);

Parameters

newParentDN
New parent distinguished name.

See Also

Entry Class | LdapServices.Ldap Namespace