Click or drag to resize
ABTestMessagesWriterShowMissingVariantsTranslationsWarning Method
Shows warning if any of AB variants do not have translations into all cultures. Applies only if test is multicultural and current site has more than one culture.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void ShowMissingVariantsTranslationsWarning(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also