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
RequestResponse
public class PlaceholderData : ObjectConstructors
PlaceholderData()
Declaration
RequestResponse
public PlaceholderData()Properties
InstanceId
Gets or sets the instance ID.
Declaration
RequestResponse
public string InstanceId { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
Key
Gets or sets the placeholder key.
Declaration
RequestResponse
public string Key { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
MetadataId
Gets or sets the metadata ID.
Declaration
RequestResponse
public string MetadataId { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |