Get-ItemClone
Returns all the clones for the specified item.
Get-ItemClone [-Item] <Item>
Get-ItemClone [-Path] <String>
Get-ItemClone -Id <String> [-Database <String>]
Detailed Description
The Get-ItemClone command returns all the clones for the specified item.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
The item to be analysed for clones presence.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Path to the item to be analysed for clones presence.
Accept Wildcard Characters?
Id of the item to be analysed for clones presence.
Accept Wildcard Characters?
-Database <String>
Database containing the item to be processed - if item is being provided through 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