presentation-get-placeholder-setting-by-id
Retrieve placeholder settings for a specific Sitecore content item by its ID to manage layout configurations and presentation details.
Instructions
Gets placeholder setting assigned on the item specified by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The id of the item to get placeholder setting for. | |
| database | No | The content database. | master |
| key | No | The key filter. | |
| uniqueId | No | The placeholder setting unique id. | |
| language | No | The language version of the item to retrieve placeholder setting for. | |
| finalLayout | No | Specifies layout holding the placeholder setting. If 'true', the final layout is used, otherwise - shared layout. |