Show / Hide Table of Contents

Class Rendering

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
public class Rendering : Object

Constructors

Rendering()

Declaration
public Rendering()

Properties

Caching

Gets or sets the caching details.

Declaration
public CachingData Caching { get; set; }
Property Value
Type Description
CachingData

DataSource

Gets or sets the data source.

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

Id

Gets or sets the rendering ID.

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

InstanceId

Gets or sets the instance ID.

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

Parameters

Gets or sets the parameters.

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

Personalization

Gets or sets the personalization details.

Declaration
public Personalization Personalization { get; set; }
Property Value
Type Description
Personalization

PlaceholderKey

Gets or sets the placeholder key.

Declaration
public string PlaceholderKey { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX