Click or drag to resize
ABCachedObjectsGetVariants Method
Returns AB variants for the given test using the cached section.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static List<ABVariantInfo> GetVariants(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo

Return Value

Type: ListABVariantInfo
See Also