ABVariantInfoProviderIsABVariantValid Method |
Checks whether AB variant is assigned to the specified AB test and AB test is running.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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:
BooleanReturns true if variant is valid
See Also