Class Rendering

Version: 21.x

Represents the rendering information for a presentation device returned in a Sitecore layout service response.

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

Constructors

Rendering()

Declaration
RequestResponse
public Rendering()

Properties

Caching

Gets or sets the caching details.

Declaration
RequestResponse
public CachingData Caching { get; set; }
Property Value
TypeDescription
CachingData

DataSource

Gets or sets the data source.

Declaration
RequestResponse
public string DataSource { get; set; }
Property Value
TypeDescription
System.String

Id

Gets or sets the rendering ID.

Declaration
RequestResponse
public string Id { get; set; }
Property Value
TypeDescription
System.String

InstanceId

Gets or sets the instance ID.

Declaration
RequestResponse
public string InstanceId { get; set; }
Property Value
TypeDescription
System.String

Parameters

Gets or sets the parameters.

Declaration
RequestResponse
public Dictionary<string, string> Parameters { get; set; }
Property Value
TypeDescription
System.Collections.Generic.Dictionary<System.String, System.String>

Personalization

Gets or sets the personalization details.

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

PlaceholderKey

Gets or sets the placeholder key.

Declaration
RequestResponse
public string PlaceholderKey { get; set; }
Property Value
TypeDescription
System.String

Do you have some feedback for us?

If you have suggestions for improving this article,