MoveToDNAsync Method
Performs an LDAP 'modify' operation on the entry specified by DN by changing its superior.
Syntax
[VB.NET] Public Function MoveToDNAsync(ByVal NewSuperior As String) As IAsyncAction
[C#] public IAsyncAction MoveToDNAsync(string newSuperior);