presentation-get-rendering-parameter-by-path
Retrieve specific rendering parameters from Sitecore content items by providing the item path and rendering ID, enabling precise control over presentation layer configurations.
Instructions
Gets rendering parameter for the item specified by path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemPath | Yes | The path of the item holding the rendering. | |
| renderingUniqueId | Yes | The unique ID of the rendering holding the rendering parameter. | |
| name | No | The name of the rendering parameter to get. | |
| finalLayout | No | Specifies layout holding the rendering parameter. If 'true', the final layout is used, otherwise - shared layout. | |
| language | No | The item language varsion. |