DirectoryEntry.Rename Method
.NET Framework 4.5
Changes the name of this DirectoryEntry object.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- newName
- Type: System.String
The new name of the entry.
Note |
|---|
This will also affect the path that is used to refer to this entry. |
If UsePropertyCache is true, be sure to call the CommitChanges method on the new object to make the move permanent.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note