1. Personalization

Class Personalization

Version: 21.x

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

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

Constructors

Personalization()

Declaration
public Personalization()

Properties

Conditions

Gets or sets the conditions.

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

MultiVariateTestId

Gets or sets the multivariate test ID.

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

PersonalizationTest

Gets or sets the personalization test.

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

Rules

Gets or sets the rules.

Declaration
public string Rules { get; set; }
Property Value
TypeDescription
System.String
If you have suggestions for improving this article, let us know!