Click or drag to resize
ABVariantInfoProviderIsABVariantValid Method
Checks whether AB variant is assigned to the specified AB test and AB test is running.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool IsABVariantValid(
	string abVariantName,
	string abTestName,
	string siteName
)

Parameters

abVariantName
Type: SystemString
AB variant name
abTestName
Type: SystemString
AB test name
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
Returns true if variant is valid
See Also