Click or drag to resize
ABVariantInfoProviderGetVariantsWithMissingTranslations Method
Returns list of variants which do not have translations into all cultures for multi-cultural test or specific translation for single culture test. Returns empty list if no variants were found.

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

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB Test

Return Value

Type: IListABVariantInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also