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 : Object

Constructors

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
TypeDescription
Context

Devices

Gets or sets the presentation Device list of the layout response.

Declaration
RequestResponse
public List<Device> Devices { get; set; }
Property Value
TypeDescription
System.Collections.Generic.List<Device>

Route

Gets or sets the Route of the layout response.

Declaration
RequestResponse
public Route Route { get; set; }
Property Value
TypeDescription
Route

Do you have some feedback for us?

If you have suggestions for improving this article,