Class PlaceholderData
- Assembly
 - Sitecore.AspNetCore.SDK.LayoutService.Client.dll
 
Represents the placeholder information for a presentation device returned in a Sitecore layout service response.
public class PlaceholderData
  - Inheritance
 - 
      
      PlaceholderData
 
- Inherited Members
 
Properties
InstanceId
Gets or sets the instance ID.
[DataMember(Name = "instanceId")]
[JsonPropertyName("instanceId")]
public string? InstanceId { get; set; }
  Property Value
Key
Gets or sets the placeholder key.
[DataMember(Name = "key")]
[JsonPropertyName("key")]
public string? Key { get; set; }
  Property Value
MetadataId
Gets or sets the metadata ID.
[DataMember(Name = "metadataId")]
[JsonPropertyName("metadataId")]
public string? MetadataId { get; set; }