Table of Contents

Class PlaceholderData

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Presentation
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

string

Key

Gets or sets the placeholder key.

[DataMember(Name = "key")]
[JsonPropertyName("key")]
public string? Key { get; set; }

Property Value

string

MetadataId

Gets or sets the metadata ID.

[DataMember(Name = "metadataId")]
[JsonPropertyName("metadataId")]
public string? MetadataId { get; set; }

Property Value

string