Click or drag to resize
ABTestInfoProviderContainsVariants Method
Determines whether the specified AB test contains variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool ContainsVariants(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
The AB test

Return Value

Type: Boolean
See Also