Class SitecoreData
Represents the root Sitecore result object returned in a Sitecore layout service response.
Inheritance
System.Object
SitecoreData
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class SitecoreData : Object
Constructors
SitecoreData()
Declaration
public SitecoreData()
Properties
Context
Gets or sets the Context of the layout response.
Declaration
public Context Context { get; set; }
Property Value
Type | Description |
---|---|
Context |
Devices
Gets or sets the presentation Device list of the layout response.
Declaration
public List<Device> Devices { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Device> |
Route
Gets or sets the Route of the layout response.
Declaration
public Route Route { get; set; }
Property Value
Type | Description |
---|---|
Route |