SitecorePowerShell / Book

Sitecore PowerShell Extensions - The Book
https://doc.sitecorepowershell.com/
7 stars 19 forks source link

Modified Get-Item example in New-ExplicitItemSource #27

Closed jeneaux closed 2 years ago

jeneaux commented 4 years ago

Modified the Get-Item call to correctly return the item and its children to match the example comment.

Without the wildcard, New-ExplicitItemSource does not implicitly add children items as stated in the "Detailed Description" section.

michaellwest commented 2 years ago

Thank you.