Creates a new item clone based on the item provided.
New-ItemClone [-Item] <Item> -Destination <Item> [-Name <String>] [-Recurse]
New-ItemClone [-Path] <String> -Destination <Item> [-Name <String>] [-Recurse]
New-ItemClone -Id <String> [-Database <String>] -Destination <Item> [-Name <String>] [-Recurse]
Detailed Description
Creates a new item clone based on the item provided.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
-Destination <Item>
Parent item under which the clone should be created.
Accept Wildcard Characters?
Name of the item clone.
Accept Wildcard Characters?
-Recurse <SwitchParameter>
Add the parameter to clone thw whole branch rather than a single item.
Accept Wildcard Characters?
The item to be cloned.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Path to the item to be cloned.
Accept Wildcard Characters?
Id of the item to be cloned
Accept Wildcard Characters?
-Database <String>
Database of the item to be cloned if item is specified through its ID.
Accept Wildcard Characters?
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Help Author: Adam Najmanowicz, Michael West
Clone /sitecore/content/home/ under /sitecore/content/new-target/ with the "New Home" name.