NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntry.MoveTo

Moves this entry to the given parent.

Overload List

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);

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace