Moves this entry to the given parent.
Moves this entry to the given parent.
[Visual Basic] Overloads Public Sub MoveTo(DirectoryEntry)
[C#] public void MoveTo(DirectoryEntry);
[C++] public: void MoveTo(DirectoryEntry*);
[JScript] public function MoveTo(DirectoryEntry);
Moves this entry to the given parent, and gives it a new name.
[Visual Basic] Overloads Public Sub MoveTo(DirectoryEntry, String)
[C#] public void MoveTo(DirectoryEntry, String);
[C++] public: void MoveTo(DirectoryEntry*, String);
[JScript] public function MoveTo(DirectoryEntry, String);
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace