Click or drag to resize
ABTestValidatorCollidesWithOtherTests Method
Checks whether the test is in collision with other tests on the same page.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool CollidesWithOtherTests(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test

Return Value

Type: Boolean
See Also