Converts an item from a clone to a fully independent item.
ConvertFrom-ItemClone [-Item] <Item> [-Recurse] [-PassThru]
ConvertFrom-ItemClone [-Path] <String> [-Recurse] [-PassThru]
ConvertFrom-ItemClone -Id <String> [-Database <String>] [-Recurse] [-PassThru]
Detailed Description
Converts an item from a clone to a fully independent item.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
-Recurse <SwitchParameter>
Accept Wildcard Characters?
-PassThru <SwitchParameter>
Accept Wildcard Characters?
The item to be converted.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Path to the item to be converted
Accept Wildcard Characters?
Id of the item to be converted
Accept Wildcard Characters?
-Database <String>
Database containing the item to be converted
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