Click or drag to resize
ABTestValidatorGetCollidingTestName Method
Returns display name of the colliding test.

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

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also