DirectoryEntry::CopyTo Method (DirectoryEntry^, String^)
.NET Framework (current version)
Creates a copy of this DirectoryEntry object, as a child of the specified parent DirectoryEntry object, with the specified new name.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- newParent
-
Type:
System.DirectoryServices::DirectoryEntry^
The DN of the DirectoryEntry object that will be the parent for the copy that is being created.
- newName
-
Type:
System::String^
The name of the copy of this entry.
Return Value
Type: System.DirectoryServices::DirectoryEntry^A renamed copy of this entry as a child of the specified parent.
| Exception | Condition |
|---|---|
| InvalidOperationException | The specified DirectoryEntry object is not a container. |
The Lightweight Directory Access Protocol (LDAP) provider does not currently support this method.
If UsePropertyCache is true, call CommitChanges on the new object to make the copy permanent.
DirectoryServicesPermission
To make a copy of the entry.
.NET Framework
Available since 1.1
Available since 1.1
Show: