Class PlaceholderData
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
Type | Description |
---|---|
System.String |
Key
Gets or sets the placeholder key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MetadataId
Gets or sets the metadata ID.
Declaration
public string MetadataId { get; set; }
Property Value
Type | Description |
---|---|
System.String |