presentation-get-rendering-parameter-by-id
Retrieve specific rendering parameters for a Sitecore item by providing its ID and rendering unique identifier. Use this tool to access layout configuration data stored in Sitecore content items.
Instructions
Gets rendering parameter for the item specified by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item holding the rendering. | |
| renderingUniqueId | Yes | The unique ID of the rendering holding the rendering parameter. | |
| database | No | The context database. | master |
| 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. |