Creates new rendering definition that can later be added to an item.
Creates new rendering definition that can later be added to an item. Most parameters can later be overriden when calling Add-Rendering.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Rendering parameters as hashtable
Placeholder for the rendering to be placed into.
Datasource for the rendering.
Defined whether the rendering is cacheable.
Defines whether a data-specific cache version of the rendering should be kept.
Defines whether a device-specific cache version of the rendering should be kept.
Defines whether a login - specific cache version of the rendering should be kept.
Defines whether paremeter - specific cache version of the rendering should be kept.
Defines whether query string - specific cache version of the rendering should be kept.
Defines whether a user - specific cache version of the rendering should be kept.
The item to be processed.
Path to the item to be processed - can work with Language parameter to narrow the publication scope.
Id of the item to be processed - can work with Language parameter to narrow the publication scope.
Database containing the item to be processed - can work with Language parameter to narrow the publication scope.
The input type is the type of the objects that you can pipe to the cmdlet.
Sitecore.Data.Items.Item
The output type is the type of the objects that the cmdlet emits.
Sitecore.Layouts.RenderingDefinition
Help Author: Adam Najmanowicz, Michael West
Find item defining rendering and create rendering definition.