Class SitecoreData
Version: 21.x
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
RequestResponse
public class SitecoreData : ObjectConstructors
SitecoreData()
Declaration
RequestResponse
public SitecoreData()Properties
Context
Gets or sets the Context of the layout response.
Declaration
RequestResponse
public Context Context { get; set; }Property Value
| Type | Description |
|---|---|
| Context |
Devices
Gets or sets the presentation Device list of the layout response.
Declaration
RequestResponse
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
RequestResponse
public Route Route { get; set; }Property Value
| Type | Description |
|---|---|
| Route |