Click or drag to resize
ABVariantColorAssignerGetColors Method
Returns cached colors for AB variants that belong to given test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static Dictionary<string, Color> GetColors(
	ABTestInfo test
)

Parameters

test
Type: CMS.OnlineMarketingABTestInfo
AB test to get cached colors for

Return Value

Type: DictionaryString, Color
Dictionary of cached colors
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when test is null
See Also