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
RequestResponse
public class Personalization : ObjectConstructors
Personalization()
Declaration
RequestResponse
public Personalization()Properties
Conditions
Gets or sets the conditions.
Declaration
RequestResponse
public string Conditions { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
MultiVariateTestId
Gets or sets the multivariate test ID.
Declaration
RequestResponse
public string MultiVariateTestId { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
PersonalizationTest
Gets or sets the personalization test.
Declaration
RequestResponse
public string PersonalizationTest { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
Rules
Gets or sets the rules.
Declaration
RequestResponse
public string Rules { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |