Click or drag to resize
ABTestValidator Class
Class that validates given test (checks for valid from, to and if there's another test already running in this period).
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestValidator

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static class ABTestValidator

The ABTestValidator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCollidesWithOtherTests
Checks whether the test is in collision with other tests on the same page.
Public methodStatic memberGetCollidingTestName
Returns display name of the colliding test.
Public methodStatic memberIsValidFinish
Checks whether the finish date is valid.
Public methodStatic memberIsValidStart
Checks whether the start date is valid.
Top
See Also