Click or drag to resize
ABTestHelperGetValidVariantsInternal 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#
protected virtual IEnumerable<Guid> GetValidVariantsInternal()

Return Value

Type: IEnumerableGuid
See Also