Click or drag to resize
ABVariantColorAssigner Class
Class assigning (graph) colors to AB variants. Is used to generate custom (and cached) colors to Reporting module (see control ReportGraph), so colors of AB testing graphs are not different throughout CMS.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABVariantColorAssigner

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static class ABVariantColorAssigner

The ABVariantColorAssigner type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetColors
Returns cached colors for AB variants that belong to given test.
Public methodStatic memberRemoveTest
Tries to remove AB test from cache.
Public methodStatic memberRemoveVariant
Tries to remove AB variant from cache.
Top
See Also