Click or drag to resize
ABTestHelperGetValidVariants Method
Returns collection with variant identifiers of A/B tests, which are running and in which the current user is included.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static IEnumerable<Guid> GetValidVariants()

Return Value

Type: IEnumerableGuid
See Also