1. PlaceholderData

Class PlaceholderData

Version: 21.x

Represents the placeholder information for a presentation device returned in a Sitecore layout service response.

Inheritance
System.Object
PlaceholderData
Namespace: Sitecore.LayoutService.Client.Response.Model.Presentation
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class PlaceholderData : Object

Constructors

PlaceholderData()

Declaration
public PlaceholderData()

Properties

InstanceId

Gets or sets the instance ID.

Declaration
public string InstanceId { get; set; }
Property Value
TypeDescription
System.String

Key

Gets or sets the placeholder key.

Declaration
public string Key { get; set; }
Property Value
TypeDescription
System.String

MetadataId

Gets or sets the metadata ID.

Declaration
public string MetadataId { get; set; }
Property Value
TypeDescription
System.String
If you have suggestions for improving this article, let us know!