Show / Hide Table of Contents

Class Personalization

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
Type Description
System.String

MultiVariateTestId

Gets or sets the multivariate test ID.

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

PersonalizationTest

Gets or sets the personalization test.

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

Rules

Gets or sets the rules.

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