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.Rename

Changes the name of this entry.

[Visual Basic]
Public Sub Rename( _
   ByVal newName As String _
)
[C#]
public void Rename(
   string newName
);
[C++]
public: void Rename(
   String* newName
);
[JScript]
public function Rename(
   newName : String
);

Parameters

newName
The new name of the entry.

Remarks

Note   This will also affect the path used to refer to this entry.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace