Show / Hide Table of Contents

Class Device

Represents a presentation device returned in a Sitecore layout service response.

Inheritance
System.Object
Device
Namespace: Sitecore.LayoutService.Client.Response.Model.Presentation
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class Device : Object

Constructors

Device()

Declaration
public Device()

Properties

Id

Gets or sets the device ID.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

LayoutId

Gets or sets the device layout ID.

Declaration
public string LayoutId { get; set; }
Property Value
Type Description
System.String

Placeholders

Gets or sets the list of placeholder details.

Declaration
public List<PlaceholderData> Placeholders { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PlaceholderData>

Renderings

Gets or sets the list of renderings.

Declaration
public List<Rendering> Renderings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Rendering>
Back to top Generated by DocFX